I'm sorry Jim,

I had changed part of the CSS, and so the text expanded with the
#wrapper, but there was again a big (body?) bottom margin covering the
wrapper div.

So, currently the #wrapper extends all the way to the bottom of the
screen, but now the text spills out the bottom.  Oh boy...

I believe the CSS in question is:

(www.guchdesign.com/franke[CSS: www.guchdesign.com/franke/fredCSS.css])

html {
height:100%;
}

body {
        height:100%;
        margin:0px;
        padding:0px;
        background-color:#9c9a9c;
        font-family:Verdana, sans-serif;
        font-size:small;
}

#wrapper {
        height:100%;
        margin:0px;
        padding:0px;
        width:800px;
        float:left;     
        background: #000 url(ffBKGLight.gif) repeat-y top left;
}

Cheers,

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

Reply via email to