Hi there,
I have these two layers
<div id="main" style="position:absolute; left:0px; top:0; width:700; height:*; z-index:1;background-color: #C0D2B5;
layer-background-color: #C0D2B5; border: 1px none #000000;">
<div id="artlcle" style="position:absolute; left:490px; top:10; width:200; height:100; z-index:2;overflow: auto; background-color: #81A56B;
layer-background-color: #81A56B; border: 1px none #000000;">
''''some php stuff here
<!--end of article-->
</div>
<!--end of main-->
</div>
I am having problems with Main layer's height property, which I set to *.
If I type directly code in the main layer my height increases or decreases correctly.
I would like Main layer to stretch also when Article layer stretches. How do I achieve this?
Thank You
Qatqat
Life is what happens when you are making other plans.
I have these two layers
<div id="main" style="position:absolute; left:0px; top:0; width:700; height:*; z-index:1;background-color: #C0D2B5;
layer-background-color: #C0D2B5; border: 1px none #000000;">
<div id="artlcle" style="position:absolute; left:490px; top:10; width:200; height:100; z-index:2;overflow: auto; background-color: #81A56B;
layer-background-color: #81A56B; border: 1px none #000000;">
''''some php stuff here
<!--end of article-->
</div>
<!--end of main-->
</div>
I am having problems with Main layer's height property, which I set to *.
If I type directly code in the main layer my height increases or decreases correctly.
I would like Main layer to stretch also when Article layer stretches. How do I achieve this?
Thank You
Qatqat
Life is what happens when you are making other plans.