if you are specifiing the clipping rectangle then no, you should not use
width and hieght..
this could be what's confusing NetScrape..
----- Original Message -----
From: "Scott Andrew LePera" <sc...@sc...>
To: <dyn...@li...>
Sent: Thursday, December 28, 2000 8:28 PM
Subject: Re: [Dynapi-Dev] Pretty off topic
> Try changing your clip values from this:
>
> clip:(0px,0px,468px,60px);
>
> to this:
>
> clip:rect(0px,468px,60px,0px);
>
> those should be top, right, bottom, and left margins respectively.
>
> I don't know if you need the height and width attributes in the DIV tag
> itself, never tried it that way.
>
> ------
> scott andrew lepera
> sc...@sc...
> web stuff: www.scottandrew.com
> music stuff: www.walkingbirds.com
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev
|