IE Spacing Help

liunx

Guest
Need help with IE spacing. Ok of course it is showing ok on Firefox but not IE. There is a spacing on the right of the page. Please help to remove.

web url: <!-- m --><a class="postlink" href="http://rezzlineblog.com">http://rezzlineblog.com</a><!-- m -->
css file: <!-- m --><a class="postlink" href="http://rezzlineblog.com/css.txtWoops...also">http://rezzlineblog.com/css.txtWoops...also</a><!-- m --> my foot navigation is not centered in IE.It appears you have some elements that aren't closed correctly.
<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Frezzlineblog.com">http://validator.w3.org/check?uri=http% ... neblog.com</a><!-- m -->
<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Frezzlineblog.com&usermedium=allI">http://jigsaw.w3.org/css-validator/vali ... edium=allI</a><!-- m --> don't know how to search to find these problems but what I did was copy and pasted in dreamweaver and went to the line it is saying it has the problem and I am unable to find it. Also it showing the attributes for my flash are invalid so what would the replacement be?Flash Satay: Embedding Flash While Supporting Standards. (<!-- m --><a class="postlink" href="http://www.alistapart.com/articles/flashsatay/">http://www.alistapart.com/articles/flashsatay/</a><!-- m -->)Firefox and IE deal with margins and padding differently.

In your CSS, make these changes:

#header {
margin: 0;
}

#footer p {
padding: 0;
}

And in your HTML, put a line break after the list in the navmenu to give it some room above the flash header.
 
Back
Top