The change Kevin is suggesting is to remove the bold (<b>/<b>) tags from your source html (<li><a class="current" href="index.htm"><b>Home</b></a></li>) and comment out (or remove) the 'font-weight:normal;' from your CSS.
--- Alyda > From: "Linden A. Mueller" <[EMAIL PROTECTED]> > Date: Fri, 21 Nov 2008 18:40:09 +0100 > To: Kevin Evans <[EMAIL PROTECTED]> > Cc: <css-d@lists.css-discuss.org> > Subject: Re: [css-d] Cross-browser problem: IE > > On Fri, Nov 21, 2008 at 18:26, Kevin Evans <[EMAIL PROTECTED]> wrote: >> And you don't need the bold in the links, you can do that in CSS. >> >> You should do all that in the CSS. >> >> Also you should ot some CSS and apply it to the a tag, not the b tag. > > I think perhaps because of the type on the above line and the fact > that I don't see what you've changed in the CSS below, I am confused > as to what I need to do to fix the problem. > > (I've fixed the CSS error the validator found--none of those #point2 > should be in the code, just #point.) > >> >> #point li a:hover b, #point li a.current b, >> #point2 li a:hover b, #point2 li a.current b { >> display:block; >> float:left; >> cursor:pointer; >> /*font-weight:normal;*/ >> } >> #point li a:hover b, #point li a.current b { >> background:transparent url(../img/up_arrow.gif) no-repeat center >> bottom; >> } >> #point2 li a:hover b, #point2 li a.current b{ >> background:transparent url(../img/up_arrow2.gif) no-repeat center >> bottom; >> } >> >> THis.. >> #point li, #point2 li { >> display:table-cell; >> margin:0; >> padding:0; >> } >> >> >> You don't usually use table-cell rule like that for menus, use inline or >> float. > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/