bernie
03-28-2007, 03:18 PM
URL:http://www.dynamicdrive.com/style/layouts/item/css-top-frame-layout/
Can anyone help me to adjust the maincontent top margin section so that it does not dissappear behind the static "frame" when resized.
I've tried seeting position to None and top to 280px but it remains "fixed"
#maincontent{
position: none;
top: 280px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
background: #fff
}
Can anyone help me to adjust the maincontent top margin section so that it does not dissappear behind the static "frame" when resized.
I've tried seeting position to None and top to 280px but it remains "fixed"
#maincontent{
position: none;
top: 280px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto;
background: #fff
}