Hello everybody.
I have a problem with layers in NS not catching an event. The layer backgroundimage is being set in a HTML-string, which seems to be a problem (a bug?). How can this be solved?
My code looks like this:
 
myBgImage = '<img src="' + cSrc + '" align=absmiddle name="icon" height=' + cIconS + ' width=' + cIconS + '>'
 
     myLayer.setHTML(myBgImage)
It works in IE.
Cheers
Kas

Reply via email to