About

CSS (3)

JavaScript (6)

Web browsers (2)

 

Blog

RobLab

Avoid the double margin bug when using float in IE
When using float in IE, in some cases it doubles the margin set for the element. The solution is simple: add display:inline in the CSS file to avoid it.
Solution for disappering text and stacking bugs in IE
Again, the solution is often simple: add position:relative to the element/-s that get affected.