I've seen this before. It's due to the lack of a 
pound sign. Rewrite the code thus:

<tr bgcolor="###IIf(CurrentRow Mod 2, DE('ffffff'), DE('99ccff'))#">

Actually, now that I think about it, <tr> bgcolor does not
work in all browsers. You may want to do:

<tr>
<td bgcolor="###IIf(CurrentRow Mod 2, DE('ffffff'), DE('99ccff'))#">
...
</tr>
etc.

Chris Tweney
Media Application Developer
roundpeg
www.roundpeg.com
1700 California Suite 260
San Francisco, CA. 94109
Ph. 415-437-3900 
Fax 415-437-3904


> -----Original Message-----
> From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 23, 2000 11:24 AM
> To: [EMAIL PROTECTED]
> Subject: I've got the alternating table row color blues
> 
> 
> Well .. it's not even blue, really ...
> 
> I have this line:
> 
> <tr bgcolor="#IIf(CurrentRow Mod 2, DE('ffffff'), DE('99ccff'))#">
> 
> but instead of alternating the colors between white and light blue, it
> combines/averages/mixes them somehow into this sick green 
> color and all of
> the rows are that same 'mixed' color.  Has anyone ever run 
> into this before?
> 
> .Todd
> 
> 
> --------------------------------------------------------------
> ----------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to