>I know this may be a bit OT but Im trying to use cfinclude to incorporate
>css in my pages but for some reason the hover action (underline attribute)
>is only working for some links, not all. I am using the following code for
>the CSS:
>
<snip>

I had this same problem myself, Shane...it has to do with the order in which
you specify the styles; if you specify a hover BEFORE the visited, 'visited'
attributes will take precedence over 'hover' attribs.

Try this order and see if it helps:
a:link {attribs}
a:visited {attribs}
a:active {attribs}
a:hover {attribs}

HTH! HAND!

Brandon Whitaker
[EMAIL PROTECTED]
-------
"It'll get used by the same people using Opera.  People dressed in black
wearing berets."
- Dave Watts, on Mozilla
"The net interprets censorship as damage and routes around it."
- John Gilmore


------------------------------------------------------------------------------
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