Jump to content

Fine in Firefox, IE9 and Chrome but not in IE8


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>

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.