I have the following defined in my CSS file/
A.Banner:link
{
color: White;
text-decoration: none;
}
A.Banner:hover
{
color: #ffc400;
text-decoration: none;
}
A.Banner:visited
{
color: White;
text-decoration: none;
}
The problem is that after the link has been visited the hover will not show up. How do I create my CSS so that when the link has been visited a user will still be able to hover over the link and see the different style?
That'l do donkey, that'l do
Mark
If you are unsure of forum etiquette check here faq796-2540
A.Banner:link
{
color: White;
text-decoration: none;
}
A.Banner:hover
{
color: #ffc400;
text-decoration: none;
}
A.Banner:visited
{
color: White;
text-decoration: none;
}
The problem is that after the link has been visited the hover will not show up. How do I create my CSS so that when the link has been visited a user will still be able to hover over the link and see the different style?
That'l do donkey, that'l do
![[bravo] [bravo] [bravo]](/data/assets/smilies/bravo.gif)
If you are unsure of forum etiquette check here faq796-2540