Greg Wilker wrote:
> I just noticed that the top nav "tabs" are distorted on my laptop with IE8.
>
> They work fine on my desktop with a widescreen monitor and they are working 
> fine in FF of the laptop.
>
> http://www.achildsdream.com/htn/design3/index.html
>
> Anyone know what might be happening?
>
> (They are dropping "off", or "below" the div)
>
> - Greg 
>   





I don't see that in IE/6.0 or IE/8.0 on this end. However, the tabs are 
chopped at the bottom in IE/7.0.
The fix is:

ul#toc {
overflow: hidden; <---- :: add
 height: .9em; <--------- :: delete
}

















______________________________________________________________________
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