View Single Post
Old May 1st, 2009, 04:34 PM   #11 (permalink)
Mari
Member
 
Join Date: Jan 2003
Location: Germany
Posts: 59
Quote:
Originally Posted by Chuck S View Post
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.

Last edited by Mari; May 1st, 2009 at 04:39 PM.
Mari is offline   Reply With Quote