Hi,
can someone help me, please?
The problem is this:

I have a html page; there is a javascript event handler:
myScroll(e) { window.scrollTo(e.clientX); }
which scroll the page according to cursor position. Now the bad part:
When putting (through EMBED) some SVGs into this page and when
pointing over them a page stops to scroll. When moving out everything
goes well. But I need to scroll when pointing over them as well!
Please, how can be this done?

I assume that this happens because the SVGs have their own event
handler and do not propagate events to the browser. Is it possible to
overcome this? And will e.clientX then be relative to SVG's top-left
or browser's?

However, it is possible that there is a solution I am not aware of. I
will be very thankful for any.

PS: It would be great if it will not run in IE only.





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

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