Search code examples
htmlfirefox-3

Any way to make firefox 3 compatible with HTML5 tags? (like section, header, etc.)


So yeah.. firefox 3 isn't compatible with html5 tags. How would one get around this without recoding everything? You know, like IE's conditional statement or some such.


Solution

  • The only thing you need do is add 'display:block' to their CSS. Otherwise, FF works just fine with HTML5.