martin f krafft wrote:
> 
>   http://seamus.madduck.net/~madduck/abacons/leistungen/index.html
>   (valid XHTML1.0 Strict/CSS2)
> 
> On Firefox, there's a little sidebar on the left with subpages. This
> bar does not show up on IE at all; instead, the border is blackened
> and looks dirty/ugly.

The float is pulled to the left with a negative margin. If you'd lower 
the negative margin, say -10em, you'd see the right portion of the box. 
The box is clipped.
See [1] for some notes on clipping in IE. You'll need to set 
position:relative in #left.

Ingo

[1] http://www.satzansatz.de/cssd/onhavinglayout.html#clip

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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