Netscape 4 does not support changing table background colors like
that...

-- 
 jon
 mailto:[EMAIL PROTECTED]

Tuesday, December 17, 2002, 1:17:33 PM, you wrote:
JB> Hello Everyone:

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

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


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

JB> Regards,
JB> James Blaha


JB> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to