Here is the link that i faced the problem
Is not loading properly in the internet explorer IE7 but it is working fine IE 9.0 ,
![enter image description here][2]
What i am doing wrong anyone much appreciated .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IE6-8 do not support the
navelement (which you’re using for your navigation). This is causing your styles to not be applied to the elements associated with thenavelement.In order to add support for these elements you will need to download and insert the html5shiv!
Where do you insert the html5shiv? Insert it before you call your stylesheet.
Download the html5shiv here: http://code.google.com/p/html5shiv/
In your code Lines 4-6:
Note: IE6-8 does not support any HTML5 elements such as
nav,header,article,aside,footer,figure, etc.