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
Share on other sites

Well,, I am new here...  ;D

 

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

Link to comment
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.