thejoker101
10-31-2003, 06:26 PM
i have one div nested within another, i need the inside one to be at the very bottom of the div around it, vertical-align:bottom and vertical-baseline seem to have no affect, thoughts?
This is what i'm working with:
[code]
<div style="height:169px;width:530px;position:absolute; top:0; left:550px;background: url(the17thdegree/i/medCircle.jpg) #696969 no-repeat 20px 40px;vertical-align:baseline">
<div style="">abc</div>
</div>
[code]
This is what i'm working with:
[code]
<div style="height:169px;width:530px;position:absolute; top:0; left:550px;background: url(the17thdegree/i/medCircle.jpg) #696969 no-repeat 20px 40px;vertical-align:baseline">
<div style="">abc</div>
</div>
[code]