[thelist] css percentages

Jason Turnbull digiscape at live.com.au
Tue Feb 25 06:11:01 CST 2003


Hi Im usually a lurker here :)
But I just tried the example below using 100% width (with the
float:right)
And no scroll bar appear in IE6, NN4.7, Netscape 7, Mozilla 1.3b and
Opera 7

Without the float:right scroll bars do not appear in IE6, NN 4.7 and
Opera 7
Jason Turnbull
>
> It ain't so.
>
> Try it!:
>
> <html>
> <head>
> <title>none</title>
> <style type="text/css">
> body {margin:0; padding:0;}
> div {border:10px solid black; float:right; width:50%;}
> </style>
> </head>
> <body>
> <div>la la la</div>
> </body>
> </html>
>
> Geoff






More information about the thelist mailing list