Hey,
I have a problem on my site where I would like the color of one set of links to be different to the color of another.
For instance, the 'mini menu' down the bottom is on a dark background, so i would like them to be white in color.
However the rest of the main content is on a white background, so if I specify this in my style sheet:
A:link
{
color...
}
A:visited
{
color....
}
etc...
it does make my mini menu links white but also makes all the other links white to!
Is there any way to fix this so only my links down the bottom are white?
Cheers.
I have a problem on my site where I would like the color of one set of links to be different to the color of another.
For instance, the 'mini menu' down the bottom is on a dark background, so i would like them to be white in color.
However the rest of the main content is on a white background, so if I specify this in my style sheet:
A:link
{
color...
}
A:visited
{
color....
}
etc...
it does make my mini menu links white but also makes all the other links white to!
Is there any way to fix this so only my links down the bottom are white?
Cheers.