marcodeltongo / thematic

Automatically exported from code.google.com/p/thematic
0 stars 0 forks source link

Background Disappearing on Horizontal Scroll #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Minimise your browser window to 800x600 or less, then slid the horizontal
scrollbar across to reveal the overflowing content, and you see background
color disappear on footer, header and menu.

This happens on both 0.7 and 0.8 on Windows, in every browser

I've found this hack:

<div id='footer'> 
    <div id='narrow_display_fix'> 
        content goes here… 
    </div> 
</div> 

div#narrow_display_fix { 
    width: 926px; 
    background-color:#eaeaea; 
    } 

more info here:

http://www.springload.co.nz/love-the-web/obscure-fix-654-background-disappearing
-on-horizontal-scroll/

Original issue reported on code.google.com by dannydam...@gmail.com on 19 Jan 2009 at 4:45

GoogleCodeExporter commented 9 years ago
as chris has wrote on the forum, the min-width hack works. but it has to be 
applied
to body, #footer and #header.

Original comment by dannydam...@gmail.com on 20 Jan 2009 at 3:45

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in Revision 282: if you don't use one of the provided layouts, you need to
integrate the min-width fix in your style.css

Original comment by chris.gossmann@googlemail.com on 20 Jan 2009 at 10:38