|
Posted by rf on 07/30/07 08:56
"Andreas Grδber" <usenet@pzka.de> wrote in message
news:46ada3bc$0$31634$9b4e6d93@newsspool3.arcor-online.net...
> Hi.
>
> I have a problem with the code located at
> http://v3.pzka.de/templates/pzka1/screen/search.tpl (only part of a bigger
> template, not functional).
If it is not functional then how do you expect us to test it for you?
Post a working URL, not a bunch of text.
> I want to open the box
What box?
> when there is a mouseover, and close it when the
> mouse is out of the div (or the table, I've tried both). The problem is,
> when you move the mouse over the rows of the table, the mouseout function
> is called.
Yes, it is. The mouse cursor has moved out of the div into the row (that
only happens to live inside the div) or more likely, onto one of the cells.
> Any Idea how to solve this?
Er...
In the onmouseout function check to see if the cursor is still within the
div. If so then don't do anything.
--
Richard.
Navigation:
[Reply to this message]
|