View Full Version : CSS loads incorrectly - When page is reloaded, it loads correctly
shanti351931
10-21-2009, 07:54 AM
Hi
I recently began having a new problem with an old design when using Safari and Firefox. When I initially load any of the pages on my site, the 'outerwrapper' div that contains all of the other divs on the page is displayed incorrectly. Instead of being pressed all the way to the top of the browser window, there is a small margin above it. When I reload the pages, the div appears in the correct place which is justified completely to the top.
Here is a link
http://www.traditionalspeedandkustom.com
Any ideas on how to get the page to load correctly the first time?
Jason Byrnes
10-21-2009, 01:24 PM
If I try to validate your page, there are a few errors occurring:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.traditionalspeedandkust om.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
The biggest one is that you have added an element <nav>...</nav>:
<nav> - <a href="http://www.traditionalspeedandkustom.com/">home</a> | <a href="http://www.traditionalspeedandkustom.com/thegarage/">the garage</a> | <a href="http://www.traditionalspeedandkustom.com/features">features</a> | <a href="http://traditionalspeedandkustom.com/tech">tech</a> | <a href="http://traditionalspeedandkustom.com/thegarage/index.php?board=3.0"> swapmeet</a> | <a href="http://traditionalspeedandkustom.com/events">events</a> | <a href="http://www.traditionalspeedandkustom.com/newsflash/">news flash</a> -</nav>
which does not exist. try removing the nav tag.
shanti351931
11-04-2009, 11:58 AM
Hi
I removed the nav and then everything it contained and I am still having the problem of the entire outer wrapper being set down from the top. Do you see anything else that might be causing this problem?
Jason Byrnes
11-04-2009, 01:25 PM
when I view source of you page, I still see the nav tag:
<div id="topNavigation">
<nav> - <a href="http://www.traditionalspeedandkustom.com/">home</a> | <a href="http://www.traditionalspeedandkustom.com/thegarage/">the garage</a> | <a href="http://www.traditionalspeedandkustom.com/features">features</a> | <a href="http://traditionalspeedandkustom.com/tech">tech</a> | <a href="http://traditionalspeedandkustom.com/thegarage/index.php?board=3.0"> swapmeet</a> | <a href="http://traditionalspeedandkustom.com/events">events</a> | <a href="http://www.traditionalspeedandkustom.com/newsflash/">news flash</a> -</nav>
</div>
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.