Hello All. I have a CSS question. I have page that I want to look like this.
------------------------------------------
Header
------------------------------------------
|
NavBar | Main Body
only | ... lots and and lots of stuff
a | ... fills about 3 full screens
few |
lines |
The NavBar only extends to the end of the first screen; however, I need it to extend to the end of the main body. How can I do that? I have been using "Height: 100%" but that is only for the screen. Any ideas how I can do this? Here is my code:
<div id=divHeader>..header html..</div>
<div id=divLeftNavBar style="position: relative; CLEAR: left; DISPLAY: inline; FLOAT: left; WIDTH: 15%; HEIGHT: 100%">...Left Nav HTML...It's just a few lines</div>
<div id=divMainBody style="DISPLAY: inline;">
The main body html..It fills about 3 full screens.
</div
Thank you very much for your help!
SteveS
smsinger3@yahoo.com
------------------------------------------
Header
------------------------------------------
|
NavBar | Main Body
only | ... lots and and lots of stuff
a | ... fills about 3 full screens
few |
lines |
The NavBar only extends to the end of the first screen; however, I need it to extend to the end of the main body. How can I do that? I have been using "Height: 100%" but that is only for the screen. Any ideas how I can do this? Here is my code:
<div id=divHeader>..header html..</div>
<div id=divLeftNavBar style="position: relative; CLEAR: left; DISPLAY: inline; FLOAT: left; WIDTH: 15%; HEIGHT: 100%">...Left Nav HTML...It's just a few lines</div>
<div id=divMainBody style="DISPLAY: inline;">
The main body html..It fills about 3 full screens.
</div
Thank you very much for your help!
SteveS
smsinger3@yahoo.com