IE Float Drop Bug
Just when I was psyched about making my first table-less layout using css, IE 6 decides to ruin that for me through one of its many css bugs. Now after about 2 days of frantically searching the web and asking in various forums, the problem is FINALLY fixed. The solution? Giving the floating content a negative margin equal to the total width of the content.
#right {
float: left;
width: 566px;
}
* html #right{
display: inline;
margin-right: -596px;
}
Much thanks to Paul D and his comment on this site for the solution.
However, I don’t know if adding this bit of css will break any other browsers, so if any of you notice anything funny about the layout, please let me know.
Also, is anyone interested in link exchanges?
I’m currently in the process of building my links page, so anyone wanting to exchange links, do leave a comment (or contact me)!
3 more days till Thanksgiving break! Woohoo!
Error processing request







