CSS and links

By using the following code:
a: hover
{
COLOR: #FFFFFF;
BACKGROUND: BLUE;
TEXT-DECORATION: UNDERLINE;
FONT-SIZE: 8pt;
}

I want to control the appearance of the hovered over links. I have 2 types of links. Those that link to .html pages and those that point to .asp pages. The style above works as expected with the .html link but not with the link .asp. is there something I should add to it to make it work with the two links?

Thank you

Al

This link order MUST be followed to work.

a: link
a: visited
a: hover
a: active

The device memory to maintain the correct binding order is LiVHA. To learn more about
Pseudo-classes and links styles, visit www.w3schools.com

PT is mainly used in the press. Better to use pixels or ems on the web.

-Nancy O.
ALT-Web Design & Publishing
www.Alt-Web.com

'Gumbo Al' wrote in message
News:fva44h$ICM$1@forums. Macromedia.com...
> By using the following code:
> a: hover
> {
> COLOR: #FFFFFF;
> REMINDER: BLUE;
> TEXT-DECORATION: UNDERLINE;
> FONT-SIZE: 8pt;
> }
>
> I want to control the appearance of the hovered over links. I have 2 types of
links.
> Those that link to .html pages and those that point to pages .asp. the
above
> style works as expected with the .html link but not with the link is .asp.
> it something I should add to it to make it work with the two links?
>
> Thank you,
>
> Al
>

Tags: Dreamweaver

Similar Questions

Maybe you are looking for