Quote:
Originally Posted by chrishirst
Yep, if it has any.
|
So in other words you're saying that if I have this:
<div id="backgroundimage">
<div id="contentwrapper">
<p>some text and images<p>
</div>
</div>
The reason the #contentwrapper has an established width and height is because it's wrapped around the actual content, but #backgroundimage is wrapped around the containing block so there needs to be a height set for it..right? And also how is it that the width is already determined?
Last edited by LayneMitch; 03-13-2009 at 11:54 AM..
|