Hi
Is it possible to change background color and color of links
simultaneously ?
On Hover, background color is changed but text color remains the same.
I am trying :
<style>
A.menulk:link
{
COLOR: #FFCC66;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
FONT-SIZE: small;
TEXT-DECORATION: none;
TEXT-TRANSFORM: none;
FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
}
A.menulk:hover
{
BACKGROUND-COLOR: #FFCC66;
COLOR: #000000;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
FONT-SIZE: small;
TEXT-DECORATION: none;
TEXT-TRANSFORM: none;
}
</style>
Thanks
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---