Jump to content

Onmouse over issue


Um

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/37681-onmouse-over-issue/
Share on other sites

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... :( ???

 

 

Link to comment
https://forums.phpfreaks.com/topic/37681-onmouse-over-issue/#findComment-182071
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.