|
Posted by Andrew on 05/29/06 19:37
Jonathan N. Little wrote:
> Andrew wrote:
>> Jonathan N. Little wrote:
>>> Andrew wrote:
>>>> Jonathan N. Little wrote:
>>> Okay, let's cut to the chase...instead of playing twenty questions
>>> give us a URL and let us *see* what you are doing and maybe we can
>>> come up with either a solution or an alternative...
>>
>>
>> http://www.muonlab.com/test/test.html
>> http://www.muonlab.com/test/test.css (table.results section)
>>
>
> Also for what it is worth in your CSS you are setting the TD's
> border-width to 0 but your are not collapsing the borders on the table.
<snip>
Hi,
Thanks for all the info, I totally understand what you're saying however
I don't think I've explained myself properly. Let me start again.
I need to call a JS function when the mouse is moved over and out of a
row in a table. Moving the mouse around inside a single row should cause
no JS calls.
However, as my example shows, a tr-out and tr-over is fired when moving
the mouse between TDs. This is what I need to prevent.
wrt border collapsing, it should be in the css, i updated it a while
ago, hit a refresh a bit you might be getting a cached version.
Does this clear up any confusion?
Thanks a lot for all your pointers so far :)
Andrew
[Back to original message]
|