2012-01-31, 01:31:41
weibelth Wrote:Awesome theme - thank you! Works perfektly in FF, Chrome, Safari, Safari mobile. Unfortunately, it does not in IE (8+9). What's gone wrong there?
I have release the new version in extend. The fix is below:
The comment at the top of the template file needs to come after the doctype.
Instead of:
Code:
<!--
Author: Mike Henken
Author URL: http://michaelhenken.com/
Theme Adapated From: http://www.html5webtemplates.co.uk/templates/simplestyle_4/index.html
-->
<!DOCTYPE HTML>
It needs to be:
Code:
<!DOCTYPE HTML>
<!--
Author: Mike Henken
Author URL: http://michaelhenken.com/
Theme Adapated From: http://www.html5webtemplates.co.uk/templates/simplestyle_4/index.html
-->
Or you can just remove the credits to me entirely and just leave the doctype on top