|
The color is coming from here:
a {style.css (line 13)
background:inherit inherit inherit inherit inherit;
color:#546F92;
}
Add color: #fff to
.solidblockmenu li a {style.css (line 41)
border-right:1px solid white;
float:right;
padding:2px 10px;
text-decoration:none;
}
To move the menu down, add margin-top: xx px to the .solidblockmenu rules.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 10-26-2007 at 11:12 AM..
|