Hi Diego and Jim, and everyone else

I figure I might as well ask again, since I am once again finding myself
up against a wall.

My site/CSS are at: www.guchdesign.com/franke(CSS:
www.guchdesign.com/franke/fredCSS.css)
I asked earlier for help because my #header was not reaching all the way
down the page (there was an unexpected bottom border there).  This bit
of CSS worked in Firefox & Opera, but not in IE(6):

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;
}

In IE6/Win, the wrapper background shows, but ALL of the HTML is gone,
like it never existed.  HELP!  Where the &^% did it go?!  Has anyone had
this problem before or is this a new thing (I highly doubt it)?


Thank you again,

John

PS. Could it have something to do with the DTD?
______________________________________________________________________
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