----- Original Message -----
From: "Robert Rainwater" <[EMAIL PROTECTED]>
> > {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
I think you're right there, however I tried to check this, but couldn't
replicate the bug this was supposed to fix.
Wasn't it that in IE5.5 an empty layer wouldn't catch mouse-events?
I tried this code, but it works with or without the fix in IE5.5:
myLayer = new DynLayer(null,100,100,100,100)
myListener = new EventListener(DynAPI.document)
myListener.onmouseover=function(e) {
Alert("over")
}
myLayer.addEventListener(myListener)
DynAPI.document.addChild(myLayer)
In fact, all mouse events work.
Does anyone remember what the exact bug was?
Richard.
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/