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

Google