HighDots Forums  

does Firefox support TD onmouseover, onmouseout, onclick?

alt.html.dhtml alt.html.dhtml


Discuss does Firefox support TD onmouseover, onmouseout, onclick? in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim Michaels
 
Posts: n/a

Default does Firefox support TD onmouseover, onmouseout, onclick? - 04-09-2006 , 12:52 AM






<style type="text/css">
..buttonout {
cursorointer;
color: #0000FF;
background-image: url(i/Fur028.jpg);
}
..buttonover {
cursor:hand;
color:#0000FF;
background-color:#CC99CC;
}
</style>
<table border=1 cellspacing=0><tr>
<td style='vertical-align:middle;width:1.75in;border-top:none;border-left:
none;border-bottom:solid windowtext 1.0pt;border-right:solid windowtext
1.0pt;
padding:0in 5.4pt 0in 5.4pt'
class="buttonout"
onMouseOver="javascript:this.className='buttonover ';"
onMouseOut="javascript:this.className='buttonout'; "
onClick="javascript:location.href='contactus.php'; ">
blah
</td>
</tr></table>

dreamweaver warns me this is not supported in NS6. Should that bother me?
(where would I go to find out browser usage statistics?)
more importantly, will firefox support this?



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 - 2009, Jelsoft Enterprises Ltd.