HighDots Forums  

onmouseover and onmouseout does not work

alt.html alt.html


Discuss onmouseover and onmouseout does not work in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kurda Yon
 
Posts: n/a

Default onmouseover and onmouseout does not work - 02-09-2008 , 09:00 PM






Hi,

I try to create a table of images (images of the same size are put in
a table with fixed number of rows and columns). Moreover, I want image
changes if mouse is no the image. This code works fine:

<table border='0' cellpadding='0' cellspacing='10'><tr>
<td>
<div target="_blank" onmouseover="document.sub_but.src='img_tmp/
706.jpg'" onmouseout="document.sub_but.src='img_tmp/701.jpg'">
<IMG SRC="img_tmp/701.jpg" width="240" height="90" border="0"
NAME="sub_but">
</div>
</td>
<td>
</td>
</tr></table>

However, if I add an image to the second <td></td>-element, the images
(both) does not want to change if the mous is over. So the following
code does not work:

<table border='0' cellpadding='0' cellspacing='10'><tr>
<td>
<div target="_blank" onmouseover="document.sub_but.src='img_tmp/
706.jpg'" onmouseout="document.sub_but.src='img_tmp/701.jpg'">
<IMG SRC="img_tmp/701.jpg" width="240" height="90" border="0"
NAME="sub_but">
</div>
</td>
<td>
<div target="_blank" onmouseover="document.sub_but.src='img_tmp/
706.jpg'" onmouseout="document.sub_but.src='img_tmp/701.jpg'">
<IMG SRC="img_tmp/701.jpg" width="240" height="90" border="0"
NAME="sub_but">
</div>
</td>
</tr></table>

What is the reason of this behavior and how I can reach my goal?

Thank you.

Reply With Quote
  #2  
Old   
Andy Dingley
 
Posts: n/a

Default Re: onmouseover and onmouseout does not work - 02-10-2008 , 07:32 AM






On 10 Feb, 02:00, Kurda Yon <kurda... (AT) yahoo (DOT) com> wrote:

Quote:
how I can reach my goal?
You start by posting a URL, so that we can see it in action.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.