HTML5 layout tags
HTML5 layout tags
Out of context: Reply #35
- Started
- Last post
- 43 Responses
- Mojo0
Whoever is saying not ready til 2020 doesn't get how it all works.
The main issue at the moment is IE.
IE6,7,8 do not allow you to style elements it doesn't understand (nav, header, etc) unless you create that element in the DOM first (Javascript).
So, unless your site looks fine with all your layout elements as display:inline, you'll need javascript to enable you to display:block those elements.
- This will get it to work n older IE
http://remysharp.com…********
- This will get it to work n older IE