Previous Message
Next Message

what part of 100% doesn't IE understand?

Sent by Charles K. Clarkson on 9 November 2003 18:06


Jack Angert [EMAIL-REMOVED]> wrote:
: 
: I'm redesigning a page to use a banner image at the top of 
: the screen. Ideally it should fill the entire width (up to 
: 1600px, the width of the photo) of the browser. Mozilla 1.5 
: gets it right, but IE6 leaves a margin on the right side of 
: the screen no matter what I do. The only thing that I found 
: that works is increasing the width of the div to 102%, but 
: that causes a scrollbar to appear in Mozilla. Is there a way 
: to get it to fill the entire width in both browsers?


    I got it to work locally by changing this:

        body{
            margin,padding:0px;


    to this:

        body{
            margin:  0px;
            padding: 0px;


    BTW, the layout is different in Opera.


HTH,

Charles K. Clarkson
-- 
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: