![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
Html
Currently I'm working on a menu-system for the site that I'm developing, based on simple tables and JavaScript, and have reached a stumbling point.
I would like to be notified when the mouse cursor has left a table element as a whole (Which is a popup menu), yet 'onmouseout' when applied to <TABLE> does not seem to work. Does anyone know any work-arounds for this? Cheers, Matt. P.S. Thought I better give an example for clarification. Code:
<TABLE onmouseout='ProcMouseOut();'> <TR><TD>Blah</TD></TR> <TR><TD>Teh</TD></TR> <TR><TD>Blah</TD></TR> </TABLE> Last edited by MattBro; 12-20-2006 at 02:51 PM. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#4 (permalink) |
|
Manager Emeritus
|
hmmmm
I'm not sure you'll be able to accomplish what you're hoping to do without going from a different direction. The only way I see this working properly on all fronts is if the only content of the table is an image... at that point you could just set the rollover properties of the image. A good javascript programmer could make this happen, but it would be like going up 20 flights of steps and then down ten to get to the right floor. (sorry for the bad analogy) If possible, let us know exactly what you're trying to do, and maybe we can recommend a better way of going about it.
__________________
mysql> --i-am-a-dummy
Last edited by v-six; 12-22-2006 at 12:57 AM. |
|
|
|
![]() |
| Thread Tools | |
|
|