I am on Mac, so I do not see this border you talk about... here are 
some screens from the Mac world:

Safari:
http://www.ambiguism.com/CSSD/sharemycodeSafari.jpg

IE5.2:
http://www.ambiguism.com/CSSD/sharemycodeIEMac.jpg

Firefox:
http://www.ambiguism.com/CSSD/sharemycodeFFMac.jpg

I do notice that you wrapped a form around your content... not sure 
why... but, you might want to zero out your margins:

form {
        margin: 0;
        padding: 0;
}

I ussually do this for my sites:

* html {
        margin: 0;
        padding: 0;
}

And then I add padding or margin as needed.

HTH,
Micky


On Nov 4, 2005, at 3:05 PM, Francesco Sanfilippo wrote:

> Two questions actually...
>
> 1.  Why does the following layout have a small white border in IE 6,
> but not in FF 1.5?
>
> 2. Could someone check this on Mac IE as well as Safari?  Thanks!
>
> http://sharemycode.com/test1.aspx
>
> Francesco
> ______________________________________________________________________
> 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/
>
>

______________________________________________________________________
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