|
Posted by Neredbojias on 11/26/05 06:02
With neither quill nor qualm, celineusa@gmail.com quothed:
> Hi All,
>
> I am using CSS, and nested DIV.
> I have a container div which is set to height: 100%.
> On my page, inside my container div, I have many divs.
> On the top, I have a div for the logo with height:100px
> Under, I have my menu background on the left in another div that is
> supposed to take the rest of the page in height, and stretch if
> necessary. I fixed the height to 100%.
> However, the total height of the page now does 100%+100px
> How do I make my page do 100% and not 100%+100px?
Use padding-top:100px; for a sub-container div inside the container div
and position the logo div absolutely (from outside).
--
Neredbojias
Contrary to popular belief, it is believable.
Navigation:
[Reply to this message]
|