On Thu, 28 Jun 2007 21:28:58 +0100, Richard Brown wrote:
> Hi All
>
> On 27/06/07, Richard Brown <[EMAIL PROTECTED]> wrote:
>>>>>> Could someone take a quick look at this site in IE please? I think the 
>>>>>> third
>>>>>> column is dropping below the 1st. Is that correct?
>>>>>> <http://www.familywealthdifference.com/blog/>
>>>>>> <http://familywealthdifference.com/blog/wp-
>>>>>> content/themes/FWPItheme2/style.css>
>>>>>>
> Thanks for all the help so far. I believe I have sorted the columns
> out now... but the container div is only extending to the bottom of
> the header. I put a border in to check this out. Why would that be
> please and how do I get it to extend the full site width please?
>
Richard,
Did you mean "full page height?"

If so, add a clearing DIV just before the container DIV's closing tag:

HTML:
<div class="clearing"><!-- --></div>

CSS:
.clearing {clear: both;}

Reason:
The floated DIVs are not taking up room until they are cleared.

BTW - A trip to the HTML and CSS validators may help. There are
font size issues, too. In IE, my "medium" font size is 20px, not the
usual 16px. Use the View > Text Size > Larger to see what I see.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to