Re: FN-FORUM stylesheet problems with mac (surprise surprise)
date posted 28th January 2002 14:42
On Mon, 2002-01-28 at 12:18, Nigell Boulton wrote:
> i am using this in my style sheet
> LEFT: 50px;
> TOP:30px;
>
> It looks great on my PC but looks rubbish on a Mac, how do you get around it? padding?
This works for me to acheive (I guess) the opposite affect
HTML, BODY {
margin: 0;
padding: 0;
border: none;
}