peer_g
10-02-2003, 02:44 AM
Hi there.
I got a problem wirth my CSS Code.
Tried to create a main div with my whole stuff an a green background.
Under this area should be another div with some copyright flags. So it looks like 2 rows; one coloured, based on css divs.
Both areas are position:relative.
Now the problem: In the first coloured div, i want to insert some layers with absolute positioning. The layers dont care about thhe relativation and must-have growing of the first div.
The more stuff is inside coloured layer; the bigger the coloured layer should be.
My code is:
(+html stuff e.g)
<div id="content">
some layers inside.. shoul donly be in this div!
</div>
<div id="bottom"> copyright © 2003 </div>
Any suggestions?
Thx.
I got a problem wirth my CSS Code.
Tried to create a main div with my whole stuff an a green background.
Under this area should be another div with some copyright flags. So it looks like 2 rows; one coloured, based on css divs.
Both areas are position:relative.
Now the problem: In the first coloured div, i want to insert some layers with absolute positioning. The layers dont care about thhe relativation and must-have growing of the first div.
The more stuff is inside coloured layer; the bigger the coloured layer should be.
My code is:
(+html stuff e.g)
<div id="content">
some layers inside.. shoul donly be in this div!
</div>
<div id="bottom"> copyright © 2003 </div>
Any suggestions?
Thx.