IE problem with html 5
http://jsfiddle.net/naSmz/1/
The above link works fine with FF and Chrome, but IE 8 does not show p开发者_开发百科roperly the main content (#main). The content area becomes narrower.
I use a boiler template and 960grid for this.
I added htmlshiv.
Could anyone tell me what I need to do please? Thanks in advance.
For best results you should put your CSS just after the comment that says "Primary Styles".
Also, I am not sure why your right column has left and position defined, it is already a floated element.
You should also check our Getting Started guide.
精彩评论