IE6 css postioning bug
January 21, 2008 1:20 PM
Subscribe
I am trying to get pure-css sidenotes to work, and have run up smack against a IE6 (but not 7) css-bug.
On
this page the 'sidenotes' work fine in FF, Opera and IE7 & Safari (all on Windows), but move outside of the containing DIV in IE6.
The relevant CSS is:
p.nota {
width: 140px;
position: absolute;
margin: 0px;
padding: 0px;
left: 440px;
}
The full CSS file is
here.
I am not above using an IE5-specific CSS hack.
posted by signal to computers & internet (15 comments total)
posted by Squid Voltaire at 1:56 PM on January 21, 2008