0

My site looks great in Firefox but the complete style sheet does not seem to loading. IE 7 is only choosing some styles to display. Any help would be much appreciated!

http://lifeazure.com/decor.php

1

1 Answer 1

1

you have an error in your CSS, line 306

margin:0 5px 0 5px
 padding: 2px;

should be

margin:0 5px 0 5px;
 padding: 2px;

This is probably stopping a lot of the CSS loading for IE

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.