Connecting Tech Pros Worldwide Help | Site Map

Pass onmouseover event to the element underneath

  #1  
Old November 8th, 2008, 09:15 PM
bgold12
Guest
 
Posts: n/a
Hey, I have kind of a weird problem. I have a span that I'm
intentionally overflowing a table cell (<td>), so that it stretches
over the table cells to the right of the parent table cell. I want the
mouseover event to occur for the table cells that lie underneath the
overflowed span, but every time i put the mouse on the span the
mouseover event for the parent table cell is called. Any suggestions?

Thanks.
  #2  
Old November 9th, 2008, 12:25 AM
Adrienne Boswell
Guest
 
Posts: n/a

re: Pass onmouseover event to the element underneath


Gazing into my crystal ball I observed bgold12 <bgold12@gmail.comwriting
in news:f66a09cd-ed6d-4f79-be64-e448a9a5d19d@p35g2000prm.googlegroups.com:
Quote:
Hey, I have kind of a weird problem. I have a span that I'm
intentionally overflowing a table cell (<td>), so that it stretches
over the table cells to the right of the parent table cell. I want the
mouseover event to occur for the table cells that lie underneath the
overflowed span, but every time i put the mouse on the span the
mouseover event for the parent table cell is called. Any suggestions?
>
Thanks.
>
Weird problems are more likely to be perused when you supply a URL. You
might want to validate it before you post it, however.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

  #3  
Old November 9th, 2008, 12:45 AM
Roy A.
Guest
 
Posts: n/a

re: Pass onmouseover event to the element underneath


On 8 Nov, 22:09, bgold12 <bgol...@gmail.comwrote:
Quote:
Hey, I have kind of a weird problem. I have a span that I'm
intentionally overflowing a table cell (<td>), so that it stretches
over the table cells to the right of the parent table cell. I want the
mouseover event to occur for the table cells that lie underneath the
overflowed span, but every time i put the mouse on the span the
mouseover event for the parent table cell is called. Any suggestions?
comp.lang.javascript

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pass onmouseover event to the element underneath bgold12 answers 4 November 11th, 2008 11:25 PM