Posted: Sat Sep 09, 2006 2:20 am
Oh man...I tried your code...
And it rendered nicely considering it just used CSS...
Awesome job...you taught me new techniques in CSS...
But...
Run at 800x600 and you'll see what happens...the tabs need to remain at the bottom, but within viewable screen limits, the scrolls bars are for the container only and should not be a part of the TAB area...
I think thats where my problem is with CSS...learning it that is...it's a very different mind set with embedding DIV's using CSS than it is if you provide the layout manually using javascript, which is what I am typically used too
Any other ideas???
And it rendered nicely considering it just used CSS...
Awesome job...you taught me new techniques in CSS...
But...
Code: Select all
<div style="position: absolute; top 0%; left: 0%; width: 100%; height: 100%; background-color: #ff0000; overflow: auto">
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
Content<br />
<div style="position: absolute; margin-top: -30px; top: 100%; left: 0%; width: 100%; height: 30px; background-color: #696969;">
| Tab 1 | Tab 2 | Tab 3 |
</div>
</div>
I think thats where my problem is with CSS...learning it that is...it's a very different mind set with embedding DIV's using CSS than it is if you provide the layout manually using javascript, which is what I am typically used too
Any other ideas???