I'm not sure, but does nutscrape 4.7 even support dhtml?  I'm not sure it
supports the onmouseover/onmouseout events...  

Why bother?  Nutscrape 4.xx users are fast on the decline, so if you make it
look okay for them and great for everyone else, don't worry about it...

There's a tonne of sites that forego features when nutscrape users hit their
sites.  Just the way it works.  If you use a crappy, four year old browser,
you don't deserve the right to see the eye candy.  What's next, rollovers in
Lynx?

Let the flames begin!

-----Original Message-----
From: James Blaha [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, December 17, 2002 10:18 AM
To: CF-Talk
Subject: Issue: Change row color on mouse over in Netscape 4.7


Hello Everyone:

I've spent too many hours on this I hit a wall. I'm using the code below 
to alternate row color for my table and when you mouse over each row it 
should change the background color for the row. It works in IE 5+ and 
Netscape 6+ but I can't get it to work in Netscape 4.7 any ideas?

<TR valign="top"
bgcolor="###iif(currentrow MOD 2,DE('BFCCE6'),DE('D8DFE1'))#"
onmouseover="this.style.backgroundColor='##FAF7B8'; window.status='My 
Window Message';return true;"
onmouseout="this.style.backgroundColor='###iif(currentrow MOD 
2,DE('BFCCE6'),DE('D8DFE1'))#'; window.status=''; return true;">


Bonus Question: I'm working within a framed page it possible when the 
user mouse's over the row to send a value to a window.status for 
Netscape 4.7?

Regards,
James Blaha



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to