Re: Skin1.css Help
Terry,
Its this code:
A:link {COLOR: #FFFFFF;TEXT-DECORATION: none;}
A:visited {COLOR: #FFFFFF;TEXT-DECORATION: none; }
A:hover { COLOR: #FFF700;TEXT-DECORATION: underline;}
A:active {COLOR: #000000;TEXT-DECORATION: none;}
When hovering over a link it changes to yellow and looks fine on the other areas but because the background is white it disappears. You will have to do one of two things...
1. Change the background color for that area
2. Make a class for those links and change the colors through css
Does that make sense? Unless you want to change all the links on the site, then you would just change the code above.
Louise
|