--- In svg-developers@yahoogroups.com, "PETER" <nospam@...> wrote:
> 
> I want them to change colour 'onmouseover'.
> 

This is a classic case for CSS.

  <style type="text/css">
    path:hover {
      stroke:yellow;
    }
  </style>

will do the job.  It looks like this:

  http://jsfiddle.net/bvEDw/show/

I'm not sure whether ASV will handle this, but I wouldn't care.  As David 
Dailey pointed out, ASV is basically dead.

Thomas W.



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

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

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

Reply via email to