Jump to content

Fine in Firefox, IE9 and Chrome but not in IE8


imdead

Recommended Posts

Yeah put your url in here

 

For css: http://jigsaw.w3.org/css-validator

For html: http://validator.w3.org (although this seems fine)

Just for fun Website Optimization: http://www.websiteoptimization.com/services/analyze/

resolved by using

 

		<!--[if IE]>
<script>
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
document.createElement('hgroup');
</script>
<![endif]-->

resolved by using

 

		<!--[if IE]>
<script>
document.createElement('header');
document.createElement('nav');
document.createElement('section');
document.createElement('article');
document.createElement('aside');
document.createElement('footer');
document.createElement('hgroup');
</script>
<![endif]-->

or this

  • 3 weeks later...

:o That looks pretty awesome Samuz !

Nice to see a full HTML5 website.

 

I would fix this silly error if i were you.. ;)

 

error.pngLine 20, Column 34: The align attribute on the h1 element is obsolete. Use CSS instead.

<h1 class="title2" align="center">Jerri Hart</h1>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.