Hi,
why don't you just use css and pseudo class ":hover" ?
To do more stuff with javascript and "use" elements, I use this test :

var target = evt.target;
if (!target.parentNode && target.correspondingUseElement) { target = 
target.correspondingUseElement; }


So it works with Chrome and IE.
Yannick

----- Mail original -----
De: "th w" <[email protected]>
À: [email protected]
Envoyé: Jeudi 18 Octobre 2012 08:50:43
Objet: [svg-developers] Re: Standard Hover Effect






Can you give more context, especially how the referenced element looks like? 

--- In [email protected] , "jamesd" <jcdeering1@...> wrote: 
> 
> I am currently using the below to highlight a button using the use element. 
> It works in Firefox, but not in Chrome or IE. 
> 
> Could someone show me the proper way to use this action. I need it to be 
> flexible, meaning not a specific javascript, as I use it on different 
> instances with different color fills. 
> 
> 
> <use xlink:href="#go_fill" fill="#2500B8" 
> onmouseover="evt.target.setAttribute('fill', '#3DFF3D');" 
> onmouseout="evt.target.setAttribute('fill','#2500B8');"/> 
> 
> Thanks in advance. 
> 
> James 
> 





------------------------------------

-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    [email protected] 
    [email protected]

<*> 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