[thelist] Positioning graphics with CSS

jblanchard at pocket.com jblanchard at pocket.com
Thu Mar 2 10:38:24 CST 2006


[snip]
I'm not sure why it does that. You could add float:left to div.right,
but it will need a width or some content.
[\snip]

Tried it with float: left; and content but it completely hosed the
layout.  I found the following hack which I applied after the #header
declarations;

/* hide from other browsers \*/ 
* html .left {margin-right: -3px;} 
* html .right {margin-left: 0;} 
/* end hide */

Seems that the 3px gap is known in IE 



More information about the thelist mailing list