In your style sheet

..m1:hover{
text-decoration: none;
color:#FFFFFF;
}


If you change the text-decoration you can also do underlined and stuff.

Checkout Topstyle lite comes with Studio it gives you all the option there


HTH

Alex


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Picker, Mark
P
Sent: 01 March 2001 00:58
To: CF-Talk
Subject: Slightly OT : style sheets and TD


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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to