i_dvlp (AT) hotmail (DOT) com wrote:
Quote:
I actually used "position:absolute" with a parent element.
What should I set to ensure that a child element's position would be
"relative" to the parent. |
position:absolute isn't inherited. But the relationship between the
parent, floated element, and it's children remains relative.
Quote:
Is nesting <div> elements legal ? |
Yes of course
http://www.w3.org/TR/html4/struct/global.html#edef-DIV Quote:
Are there other ways to implement a container ? |
Any element with another element inside it could be considered a
container. I don't think that's what you're asking though. The answer
is; yes, loads.
--
Brian O'Connor (ironcorona)