|
Posted by Andreas Grδber on 07/30/07 10:22
rf schrieb:
> "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.
http://v3.pzka.de/index.php?content=screen_fotos
When you move the mouse over the "Fotos suchen" box it flickers every
time when the mousepointer crosses a row of the underlining table.
>
>> 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.
>
> In the onmouseout function check to see if the cursor is still within the
> div. If so then don't do anything.
>
The div includes the whole table, so the spaces between the rows should
be included to the div also... but IE acts like the spaces between the
rows are outside of the div.
Navigation:
[Reply to this message]
|