Kay C. Tien wrote:
> 1) Win XP, IE 6, there's a white gap between the header banner and 
> the menubar.  Doesn't show up in FF.
> 2) I put a id=current for the Home on the menubar, but it's not doing 
> anything.  It should be blue.
> http://kaytest.clarityconnect.com/rightangle/index.html
> Kay
>   
Add these rulesets to the style sheet:
#header img {display: block; }
#menubar ul li strong { background: #0000CC; border-right: 2px solid 
#FFFFFF; color: #FFFFFF; float: left; display: inline; padding: 4px; }
Ammend the markup:
<li id="current"><strong>Home</strong></li>
 <!--<li id="current"><a href="index.html">Home</a></li>-->
Regards,
~dL

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to