Stuart Swan wrote: > Hey folks, > > Wondering if anyone can help me with an issue i'm seeing in IE6, all > fine in IE7 and FF. If you go to this page > http://www.csense.net/index.php with CSS here: > http://www.csense.net/css/styles.css On the index page in IE6 you will > see a large gap between the four bottom images and the body text. I > know that it is being caused by the form element on the right-hand > sidebar and through searching the list I have tried using the float: > right method which has not worked, any ideas? > > Thanks, Stuart > > The form isn't the problem. You are simply seeing an issue with IE6 not correctly collapsing the margins between the paragraph and the table you're using for the images. In your stylesheet, if you add the rule margin-bottom:0 to #content P the excessive gap disappears.
BTW you have some validation errors you should fix if you want to stick with the strict doctype: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.csense.net%2Findex.php -- Sophie Dennis, Creative Director Cayenne Web Development Limited www.cayenne.co.uk Bloxham Mill, Barford Road Bloxham, Oxfordshire OX15 4FF t. 0870 389 0570 m: 07814 026632 Reg. England and Wales no. 4502369 ______________________________________________________________________ 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/
