Hi,
Thanks to you, Kevin and Mike for the answer. I put the css through
TopStyle and it didn't catch the error-once I put it through the
validator-there it was :)
N4.7 now treats it like IE-phew!
Thanks for the help,
Cheers
Lisa
At 02:48 PM 9/10/2002 -0500, lon.kraemer wrote:
> > body {
> > margin: -10px, 0px, 0px, -10px
> > }
>
>Invalid CSS shortcut syntax!
>
>body {
> margin:-10px 0 0 -10px;
>}