On Oct 4, 5:19 am, toyflish <[EMAIL PROTECTED]> wrote:
> I got a div with id="small_matrix_container"  surrounding 814  links
> with images.

That is a very unfriendly thing to do - a 2.6MB web page is absurd.
You could at least warn people here of that.

> When I attach a mouseovereffect with
> Event.observe("small_matrix_container", 'mouseover', function ......
> the resulting effect comes fast on the bottom of the page on the last
> images and get's slower when I go to the top of the page.

Have you tried attaching the function inline and compared the
results?  In Safari 3.0 it seems to run at the same speed regardless
of which image I click on, which is what I'd expect.

Attaching the function inline would also mean that it is attached much
sooner than when the entire page has loaded as you have now.


--
Rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to