I'm getting something undefined (see generated source below) from this:
var img = new Element('img',
{'src':'/Resources/Library.Images/transparent.gif', 'usemap':'#' + company,
'style': 'width:' + args.width + '; height:' + args.height + ';'});
This is in IE7. Do you see an issue in or around 'style'?
Generated source:
<IMG style="Z-INDEX: 1; WIDTH: 730px; HEIGHT: 90px" height=1
src="/Resources/Library.Images/transparent.gif" width=1
undefined="width:730px; height:90px;" usemap="#poway">
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/prototype-scriptaculous/-/s9dNLVXyzB8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.