IE Float Drop Bug

written on November 19, 2006 in Tips & Tricks

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! :D Error processing request

Leave a reply

No public Twitter messages.
twitter

Konnichiwa

Did you enjoy the post? Why not subscribe today?
rss feed Subscribe via RSS
rss feed Subscribe via Email
Follow Super Girl Subscribe via Bloglovin

Or bookmark it and share it with your friends:
Share/Save/Bookmark

Related Posts

    None Found

Friend Connect

Bunny Fluff