Um Posted February 8, 2007 Share Posted February 8, 2007 I would like to do this in .php: when i go with mouse over one picture, I would like that in specific table on the other side of screen appears other picture. example: --- I....I I....I --- This is picture 1 --------- I............I I............I I............I I............I I............I --------- This is table where it has to appear other picture when you go vith mouse over picture 1 I would like that in this table appear totaly different picture. Thanks Quote Link to comment Share on other sites More sharing options...
fert Posted February 8, 2007 Share Posted February 8, 2007 you need Javascript, not PHP Quote Link to comment Share on other sites More sharing options...
Um Posted February 9, 2007 Author Share Posted February 9, 2007 ups... I'm sorry. Anyway, how to do this? thanks in advance... Quote Link to comment Share on other sites More sharing options...
fenway Posted February 9, 2007 Share Posted February 9, 2007 Just show/hide the div on mouseover. Quote Link to comment Share on other sites More sharing options...
Um Posted February 9, 2007 Author Share Posted February 9, 2007 Well,, I am new here... Is it to much for asking someone to show me example how to do this? What to insert in line where it has to bi mouse over function and what to insert in table where other picture will be shown. Thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted February 9, 2007 Share Posted February 9, 2007 I'm fairly sure that I've seen at least 5 threads in the last week or so on similar topics... they had good code snippets. Quote Link to comment Share on other sites More sharing options...
Um Posted February 11, 2007 Author Share Posted February 11, 2007 I have this code: <A HREF="free.php" ONMOUSEOVER="window.status='Free'; changeImages('Free', 'images/butt_free_over.gif'); return true;" ONMOUSEOUT="window.status=''; changeImages('Free', 'images/butt_free_out.gif'); return true;"> <IMG NAME="Free" SRC="images/butt_free.jpg" WIDTH=76 HEIGHT=20 BORDER=0 ALT="Free"></A> (there is few other codes inside this site, you know that) Picture is changed on mouse over, but in this same picture. I know how to do that picture is changed on mous over and mouse out, but I dont know what and where to insert when you are on one picture and picture is changed on other side of the site... ??? Quote Link to comment Share on other sites More sharing options...
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.