Noah Learner wrote:
> I thought I had my layout working in all browsers, but the design is
> problematic in ie5.5, 6.0, 7.o
>
> see: http://learnerdesign.com/acufamily/womens.html
> What is the best way to code/fix this in css?
Correct the width of that nav by adding...
ul#navul {margin: 0; width: 97%; overflow-x: hidden;}
ul#navul li {float: left; width: 100%;}
IE has default margin on lists.
Also, get rid of the 'hasLayout' trigger on the main column. You can add...
div#main_content {width: auto;}
...or delete the existing width, since the left margin will keep it in
place and at correct width anyway.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
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/