Steve,
Ouch! I checked out the site that code is painful. Would you happen to 
have any simplified code that demonstrates this using a table? I need to 
create a table with this option your using.

Thanks again and great job on the site!

-JB


Steve Drucker wrote:

>Yeah, you will not get it to work in Netscape 4.x.  The only way to swap
>background colors effect to work in Netscape 4.x is to make each table row a
><LAYER> and then use document.write on an onmouseover event to rewrite the
>contents of the layer with a different color.  VERY painful.  You might want
>to look at the nav-bar solution we developed for www.frbatlanta.org (visit
>using netscape 4, then do view-source) to get a sense of what real PAIN is
>like!
>
>Regards,
>Steve Drucker
>CEO
>Fig Leaf Software
>w. www.figleaf.com
>p. (877) FIG-LEAF
>
>
>  
>
>>-----Original Message-----
>>From: Costas Piliotis [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, December 18, 2002 2:39 PM
>>To: CF-Talk
>>Subject: RE: Issue: Change row color on mouse over in Netscape 4.7
>>
>>I actually think it's getting to be a good time to force them to upgrade.
>>There was a time where websites started coming along that had a minimum
>>Nutscrape 4/IE 4 requirement.  Why not take a moment and raise the bar to
>>IE
>>5 / Nutscrape 6 /Opera 6 / Mozilla 1.0...  Makes sense to me...
>>
>>-----Original Message-----
>>From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED]]
>>Sent: Tuesday, December 17, 2002 12:55 PM
>>To: CF-Talk
>>Subject: Re: Issue: Change row color on mouse over in Netscape 4.7
>>
>>
>>You won't get it to work, NS 4.7's CSS and DHTML support is very weak.
>>
>>I'm also real sure that you can't use an onMouseOver event on a TR or a TD
>>in 4.7
>>
>>However, from a philosophical perspective (and I don't mean to get OT or
>>cause a furor), if your users are about average as far as browser stats, I
>>wouldn't even bother to offer anything beyond a basic, presentable layout
>>in
>>NS4.x since they are a very small minority (<5% on our site).  But that's
>>just me, I love browsers with solid CSS support :-)
>>
>>Pete
>>
>>----- Original Message -----
>>From: "James Blaha" <[EMAIL PROTECTED]>
>>To: "CF-Talk" <[EMAIL PROTECTED]>
>>Sent: Tuesday, December 17, 2002 1:17 PM
>>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