Chris Akins wrote:
> Ok - I've sifted my CSS and HTML with as fine a toothed comb as I
> have, and still can't figure this one out.
>
> Page with problem (IE only of course):
>
> www.springfieldmo.gov/newsite/tabs/home.jsp
>
>
>   


The correction for the horizontal nav bounce in IE/6/7/8 and Opera is:
ol#toc a {    
 /*border-bottom: 1px dotted rgb(120,120,120);*/
 border-bottom: 3px dotted rgb(255,255,255);
}


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to