IE’s float/margin bug

I’m at home today working on a new WordPress site… just came across the glorious IE Float/Margin bug. Thankfully there are a couple of workarounds, one involving putting an extra Div around the troublesome ones, the other involving a harmless display: inline attribute.

I also note that when wrangling with a CSS file and WordPress, continually tweaking, uploading the tweaked file, then re-loading the browser page, Firefox handles it fine and refreshes completely. IE doesn’t; sometimes it’ll only do a partial refresh, and chokes on something, which in my case means my navigation bar disappearing until I re-load via a link. Very odd.

2 thoughts on “IE’s float/margin bug

  1. Titel

    Have you tried forcing IE to refresh all files from server instead of using cached ones? Shift-Refresh does the trick.

    UrbanGiraffe’s WP Themes Guides were a tremenduous help to create a new theme for my blog, step by step, without breaking display in various browsers.

Comments are closed.