Hi All,

I have two predefined TD statements that are used.  They are as follows :

<cfoutput>
        <cfset StandardTD = "<td height=2 bgcolor=#Normal# class=m1
onmouseover=style.backgroundColor='#HighLight#'; style.cursor='hand';
onmouseout=style.backgroundColor='#Normal#';>">
        <cfset SelectedTD = "<td height=2 bgcolor=F2F2E6 class=m1
onmouseover=style.backgroundColor='#HighLight#'; style.cursor='hand';
onmouseout=style.backgroundColor='F2F2E6';>">
<!--- The selectedTD displays the background as gray --->
</cfoutput>

Does any one know how to make them change the font color when highlighted?
(hovered)

I have tried things like style.color='White' and style.fontcolor etc but
with no success.

Hope you can help

Cheers
Mark Picker

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to