Quote Originally Posted by Glamorousshoe View Post
I just checked the site using IE7, and there is nothing there.
I was using Ie6 building the site, and there are navigation buttons in the header, such as Home, My account, etc. How come they don't show up on IE7, Also I want to stritch the site white color to include the footer, how can I do that?
You should also fix the errors for your site:

http://validator.w3.org/check?verbos...ronline.net%2F

This needs to be removed from your site, somehow that was added somewhere:

<head>
<meta http-equiv="Content-Language" content="en-us">
</head>

You also need to get rid of the:

<span class="style1">

and

</span>

That is enclosing your navMainWrapper section. (should be found in tpl_header.php)

Just getting rid of those may fix most of the errors. I don't think you are missing any </div>'s like the above link says, its just because of some faulty html.