Quote:
Originally Posted by Chuck S 2. esentially your setting the background to white and your links are white. |
Background:
body
{
background: #FFFFF3;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 5px 10px 5px;
}
Links:
.menubar{
background: #82a683;
font-size: 10pt;
color: #FFED00;
}
.menubar A:link {
color: #ffffff;
text-decoration: none;
}
.menubar A:visited {
color: #ffffff;
text-decoration: none;
}
.menubar A:active {
color: #FFFFFF;
}
.menubar A:hover {
color: #000000;
}
Links has been white on (light yellow page) green background (table background for navigation). That should have been visible for everyone. They are everywhere visible but not on this special page with login.
Thanks for your help.