Mei Gwilym wrote:
>
> On a site with 8 pages, all look OK in Ff, IE has two groupd of 4 with
> slight differences.
>
> I'm just trying to make the footer clear both columns. On 4 pages IE gives
> huge top and bottom margins, on the other 4 there is only a large bottom
> margin.
>
> www.sbellcheck.co.uk/nosda1/
>
> I know about the validation errors, but surely they can't be responsible for
> the footer problems.
>
> Thanks,
>
> Mei
>   
Only looked at the home page, and guessing here until someone who knows 
what they are doing comes along. So bear with me (it's better than hair 
loss) :-) :
-- #footer from clear: both; /to/ clear: left;
And:
add this to css:
br.both { clear: both;}
add to html
<p><a href="booking_tcs.html" target="_blank">Click here to read our 
booking Terms &amp; Conditions</a> </p>
</div>
<br class="both" /> <<<add
<div id="footer">


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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