Basically ive got:
<div id="Main">
<div class="textArea">
<h2>
Welcome
</h2>
<p>
..dolor sit amet, consectetuer adipiscing elit. Class aptent tacitis
</p>
</div>
<div class="textAreaSmall">
<h2>
Coming Soon: Avoider
</h2>
<p>
..dolor sit amet, consectetuer adipiscing elit. Class aptent tacitis
</p>
</div>
<div class="textAreaSmall">
image here
</div>
</div>
(I trimmed the fat)
Anyway most of it looks as it should, apart from the fact that the div with id="Main" isn't stretching to the height that fills the bg for all the divs within it, only "textArea", where "textAreaSmall" appears, the "Main" div just seems to stop.
Here is a link to give you a better idea.
The last time i had this problem i just have all divs height:auto; which fixed it, but thats not the case this time :/
Thanks, i can post CSS aswell, textAreaSmall btw is practically the same as textArea, just thinner :)
oli