No Ben, the way James is doing it is correct too.

-----Original Message-----
From: Ben Densmore [mailto:[EMAIL PROTECTED]] 
Sent: Friday, August 16, 2002 11:07 AM
To: CF-Talk
Subject: RE: Hover doesn't work with CFMX?


I think the correct way is 
TOC A:HOVER{
      color : #CC9933;
        text-decoration : underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
}

Ben


-----Original Message-----
From: James Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Friday, August 16, 2002 11:59 AM
To: CF-Talk
Subject: A:Hover doesn't work with CFMX?

Hi,

CF MX installed on my development (localhost:8500) system. I have a simple
page with some styles declared; A.TOC, A.TOC:HOVER, A.TOC:VISITED. This is a
prototype page, with no CFML in it. When viewing through CFMX
(localhost:8500) the HOVER style doesn't work. When viewed through CF 5, the
HOVER style works.

<style type="text/css">
<!--
A.TOC:HOVER {
        color : #CC9933;
        text-decoration : underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
}

-- other styles here
-->
</style>

<!--- Link code --->
<a href="#" class="TOC" onClick="MM_popupMsg('Link to detailed company
page.')">What 
        we do</a>


Any ideas? Thanks,
Jim
*******************************************
James Johnson
SMB-Studios
Innovative Online Learning for Spirit, Mind and Body www.smb-studios.com
[EMAIL PROTECTED] 



______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to