IE page load problem
2005/11/01 23:54
Viewed 3320 times
Replies: 1/1

When the page with the menu loads in IE 6, you can see the un-styled format, then it assembles correctly upon full load. Is this why the nav on your site does the "loading navigation". Is there anything I can do maybe with JavaScript to make the nav invisable untill the page is loaded?

http://www.source9.com/review/cadence/

Re: IE page load problem
2005/11/11 20:57
Viewed 5098 times
Replies: 0/0

I created an easy solution by making a generic div around the whole thing and making invisable until the page finishes loading:

<script type="text/javascript">
document.write('<style type="text/css">#menu{display:none;}<\/style>');
</script>

see it working here:
http://www.cadenceinnovation.com

last
Google