badurek Posted April 26, 2013 Posted April 26, 2013 Hi boys, im newbie in php,all this things and im looking for a free modification to show in the screen a picture of a crime when i pass the mouse up on the crime. Example: I have two crimes in criminal page "Rob a car" and "Rob a house" when i pass the mouse in rob a car show a picture and when i pass in rob a house, show other picture. Thanks boys, and sorry for my bad english ;P Quote
Zettieee Posted April 26, 2013 Posted April 26, 2013 http://api.jquery.com/mouseover/ or you can do it with css... Quote
badurek Posted April 26, 2013 Author Posted April 26, 2013 <script type="text/javascript"> function show(Id) { document.getElementById(Id).style.display="inline"; } </script> maybe this is correct? and i need to add the function in criminal.php here? print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td><a href='docrime.php?c={$v['crimeID']}'>Do</a></td></tr>"; how? im newbie guys sorry :/ Quote
crimec Posted April 27, 2013 Posted April 27, 2013 <script type="text/javascript"> function show(Id) { document.getElementById(Id).style.display="inline"; } </script> maybe this is correct? and i need to add the function in criminal.php here? print "<tr><td>{$v['crimeNAME']}</td><td>{$v['crimeBRAVE']} Brave</td><td><a href='docrime.php?c={$v['crimeID']}'>Do</a></td></tr>"; how? im newbie guys sorry :/ mail me i will do for you Quote
Djkanna Posted April 27, 2013 Posted April 27, 2013 mail me i will do for you Just post your solution here... Asking everyone to mail you before you help them is fishy as hell. Quote
Serin Posted April 27, 2013 Posted April 27, 2013 Just post your solution here... Asking everyone to mail you before you help them is fishy as hell. i bet hes asking for cpanel details and taking a copy of the games Quote
badurek Posted April 27, 2013 Author Posted April 27, 2013 (edited) Someone can do a criminal.php with the code to show a picture of each crime when i pass the mouse up. I pay, thx guys thanks guys, i solved my problem Edited April 27, 2013 by badurek Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.