Html 5 nav tags is ajax stop in cakephp in IE7
1 answer
IE7 doesn't recognize nav tag (or other html5-only elements) without padding. The most popular solution I know of is html5shiv:
https://github.com/aFarkas/html5shiv
If you want to know more about it, you can do it here:
+5
source to share