I have a hover style for links that are attached to text.  I also  
have some links that utilize images and want no hover effect in these  
cases.  The class I give to the links with images is ".button".

The following code does not work to stop the hover effect.  How do I  
do this?

a:hover.button { background-color: none; }

a:active { color: #339933; }

a:visited { color: #006633; }

a:hover {
        color: #003366;
        background-color: #00CCCC
        }

Thanks,

--Kenoli


Kenoli Oleari
1801 Fairview Street
Berkeley, CA  94703
Neighborhood Assemblies Network
510-601-8217, [EMAIL PROTECTED]
http://www.sfnan.org, http://www.horizonsofchange.com


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to