You can style a TR just fine. Check your source. Randy's suggestion that
there's extra single quotes in there sounds like it might solve your issue.

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: Bruce Sorge [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 01, 2006 10:49 AM
To: CF-Talk
Subject: Alternating Rows issue with M$ IE 6.X


Hello all,

I am using the following code:



<cfoutput query="qClients" maxrows="5">

<table>

<cfset Class = IIF(qClients.CurrentRow MOD 2 EQ 0, "'td1'", "'td4'")>

<tr class="#Class#">

                        <td>#tempClientID#</td>

                        <td>#DateFormat(tempDateModified,"mm/dd/yy")#</td>

                        <td>#tempClientName#</td>

                        <td>&nbsp;

                        <a
href="Client.cfm?Client_ID=#tempClientID#&CustomerSearchID&showForm">Details
</a>

                        </td>

            </tr>

</table>

</cfoutput>



This is working great in Firefox, but not Nutscrape of M$ IE. Do these
browsers not understand the class attribute in the tablerow?



Thanks,



Bruce






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241929
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to