|
barking mad -> RE: hyperlink colors (8/21/2006 10:08:46)
|
A:link
{
FONT-SIZE: 10pt;
COLOR: #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
}
A:visited
{
FONT-SIZE: 10pt;
COLOR: #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
a:hover
{
FONT-SIZE: 10pt;
COLOR: #003399;
font-family:Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none
}
A:active
{
FONT-SIZE: 10pt;
COLOR: #cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
TEXT-DECORATION: none;
}
The hover works no problem but I want the "current page" to remain either in bold or different colour. When i move to another page, the new page remains highlighted when on that one and the first page returns to a normal state.
|
|
|
|