I\'m having an annoying rendering issue with IE my code is
CSS :
div { display: inline-block; margin-right:40px; border: 1px solid; } >
div { display: block; margin-right: 40px; float: left; border: 1px solid; }
The problem is only with IE7 or earlier, but this will fix that.