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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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
> [EMAIL PROTECTED]
> web stuff: www.scottandrew.com
> music stuff: www.walkingbirds.com
>
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/mailman/listinfo/dynapi-dev


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev

Reply via email to