beetle
10-18-2002, 04:07 AM
How can I make a parent box object respect the height of it's child?
div#1 {
???
}
div#2 {
height: 100px;
}
<div id="1">
<div id="2">
Hello
</div>
</div>
Any clue? I'd like div#2 to be relatively positioned, too
BTW, I'm using XHTML transitional
div#1 {
???
}
div#2 {
height: 100px;
}
<div id="1">
<div id="2">
Hello
</div>
</div>
Any clue? I'd like div#2 to be relatively positioned, too
BTW, I'm using XHTML transitional