dougiepaine
Technical User
Hi
I’m working on a page that doesn’t contain any frames because I’m trying to avoid using frames. I have a table with a layer placed over the top containing text that scrolls with the overflow: auto attribute. This works fine until you resize your browser because page centres its self when the browser is resized, the table moves but the layer doesn’t so the scroll bar and text becomes out of line. Is there any way I can get the layer to move with the table?
Layer code….
<DIV id="Layer1" style="position:absolute; left:401px; right:50px; top:50px; width:497px; height:401px; z-index:1; overflow: auto;">
I’m working on a page that doesn’t contain any frames because I’m trying to avoid using frames. I have a table with a layer placed over the top containing text that scrolls with the overflow: auto attribute. This works fine until you resize your browser because page centres its self when the browser is resized, the table moves but the layer doesn’t so the scroll bar and text becomes out of line. Is there any way I can get the layer to move with the table?
Layer code….
<DIV id="Layer1" style="position:absolute; left:401px; right:50px; top:50px; width:497px; height:401px; z-index:1; overflow: auto;">