html, body {margin: 0; padding: 0;}
body
{       font-family:Arial, Helvetica, sans-serif;
       font-size:12px;
       color:#000000;
       margin-left:20px;
   background-color: #FFFFFF;
}
</style>

Would be better. My guess is that Firefox is working correctly, just
not as you expect. Firefox is probably applying the default
top-padding of whatever your first element on the page is.

Do you have a sample online?

-Kevin


On Tue, 11 Jan 2005 12:41:40 -0500, Erika L. Walker-Arnold
<[EMAIL PROTECTED]> wrote:
> Ok, here's my new html, body {}
> 
> Still no workie :(
> Works in IE just fine. Not Firefox.
> 
> html, body
> {       font-family:Arial, Helvetica, sans-serif;
>         font-size:12px;
>         color:#000000; 
>         margin:0;
>       padding-left:20;
>       background-color: #FFFFFF;
> }
> 
> :(
> 
> Cheers,
> Erika
> 
> >>| -----Original Message-----
> >>| From: Sandy Clark
> >>|
> >>| Try html{} for either margin or padding.  Certain browsers
> >>| prefer html over body
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:142109
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to