Re: margin support in IE vs NS vs spec

Too quickly I wrote:

> SPAN {
>   margin-left: -.5ex; margin-right: -.5ex;
>   padding-left: .5ex; padding-right: .5ex;
>   color: yellow }

but meant:

 SPAN {
   margin-left: -.5ex; margin-right: -.5ex;
   padding-left: .5ex; padding-right: .5ex;
   background: yellow }

Please excuse.

David Perrell

Received on Thursday, 3 July 1997 00:06:33 UTC