Get Modernizr, call it at the end of your head element like <script src="path/to/modernizr-2.6.2.min.js"></script>. You're using html5 elements which IE8 doesn't recognize, then chokes and does weird things so you're unable to style them.
Edit: You probably only need html5shiv, but it's included in Modernizr.
Now i know why most people hate IE. Already put doc type but still doesn't work.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
This is the page
This is how it looks like in IE8:- horrible IE8
Get Modernizr, call it at the end of your
headelement like<script src="path/to/modernizr-2.6.2.min.js"></script>. You're using html5 elements which IE8 doesn't recognize, then chokes and does weird things so you're unable to style them.Edit: You probably only need html5shiv, but it's included in Modernizr.
Thks CrocoDillon,
U r right, just the html5shiv would do. Looks much more better, now just need to center the slide only.
No problem, if you can't figure it out shout :)