Wardeh Harmon wrote:

> http://suchtreasures.com/2008/06/19/thrift-store-report-10/

> Only in IE6, the header of my site is too tall and extends below the 
> header image separating the header image from the menu with a gap.

Add...

div#header {overflow: hidden;}

...to prevent "auto-expansion" in IE6.

> Also... in IE6, IE7, and Opera (the only other browsers I've tested 
> besides Mozilla) I have an issue with the background image I use to 
> make the sidebars go all the way to the footer. The image skips the 
> footer but then starts up again just after the footer.

2: the script at the bottom creates space below footer in all my
browsers - including Firefox. Suggest you include them in the div#footer
where they'll do no visual harm.

2: you have a mismatch of div-container start- and end-tags - see
validator...

<http://validator.w3.org/check?uri=http://suchtreasures.com/2008/06/19/thrift-store-report-10/>

...and this means several div-containers get closed too early -
including the div#wrapper.

3: see validator-report again. The source-code clearly isn't up to
standard - especially not any XHTML standard, and the many errors may
introduce even more cross-browser inconsistencies.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to