Luc wrote:
http://www.dzinelabs.com/Pages/template_metallica.php

Op, Moz & FF show the wrapper right border. IE does not.

Can somebody shed some light on this?

IE6 show wrapper right border, but 35px off to the right.

- Cause: <div id="footerWrapper"> is too wide, and IE will expand
wrapper for it.

- One solution, add: #footerWrapper {margin-right: -35px /* or more */;}
...or simply change width on #footerWrapper.
---

BTW: Navlist may look better in Op, Moz/FF if you add:
#navlist {clear: both; _clear: none;}

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to