hidden layer briefly appears on site load

liunx

Guest
i'm in the midst of creating a site with several 'hidden' layers that become visible using 'onClick' for menu items. <br />
<br />
in the browsers i've tried, one of the layers ('about') appears on top of everything as the page is initially loading, and remains on the screen until all of the background slices have loaded. the layer then becomes hidden like all the other layers and everything's fine. can't seem to find any difference in the coding for each layer.<br />
<br />
does anyone else see this happen when they load the site, and if so, any ideas on how to correct this? <br />
<br />
<!-- m --><a class="postlink" href="http://www.oliveargyle.com/paperdolldesign/">http://www.oliveargyle.com/paperdolldesign/</a><!-- m --> (n.b. this is a site in progress & not at all complete....)<br />
<br />
thanks very much!<br />
<br />
~ volcanologist<!--content-->I think it's this:<br />
<br />
You have the following for your aboutlyr:<br />
<div id="aboutlyr" style="position:absolute; width:375px; height:300px; z-index:1; left: 390px; top: 50px; visibility: visible;"><br />
where the visibility is set to visible.<br />
<br />
The rest of the content layers are set to hidden.<br />
<br />
Hope that helps.<!--content-->can't seem to find any difference in the coding for each layer. <br />
<br />
why do i say things like this? i suppose i've been staring way too long and hard at my site for the past couple of days.<br />
<br />
so anyway, of course that worked, lindamulder--thank you so much for taking the time to look.....!<br />
<br />
~ volcanologist (slightly embarassed)<!--content-->Hey, this happens to everyone. Even the best of the best.<br />
<br />
I like your site by the way. It's different.<!--content-->
 
Back
Top