I have 2 columns fixed layout with 3 IDs (container, nav, content):
now my question. What's the difference between:Code:#container {width: 750px;} #nav {float: left; width: 200px; background: #ccc;}
orCode:#content {float: left; width: 550px;}
Code:#content {margin-left: 200px}





However the double float method will defeat ie's 3 pixel jog without the need for hacking.
Bookmarks