On 11/1/2001, Scott Andrew LePera wrote:

> "none" actually is a proper value, but it should be expressed this way:

> {background-image: none}

> ...without the "url()" enclosing it.

Yes, in that instance none is correct (which is how is would be done
in css). But using url it is evaluated as an expression.  The problem,
I think is that saying  background-image: none will not help, because
there will be no background image set.  But using url('someurl.gif')
will set a background image.

Rob


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/dynapi-dev@lists.sourceforge.net/

Reply via email to