The Code below apparently is an Adobe specific way of setting fill
color.  I believe GetStyleData would be the Mozilla equivalent.  Not
sure though since I can't get it to work.  Does anyone know how to do
this in Mozilla?  I've had some limited success altering CSS
attributes, but would like to avoind it if possible.  Thank you.

svgobj = document.getElementById(id);
svgstyle = svgobj.getStyle();
svgstyle.setProperty('fill', 'yellow');





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to