Hi guys,

any help will be greatly appreciated

The problem:
Hover effect is painfully slow IE (only IE) and table mouseover causes very high processor usage
When you move the mouse over table elements flash animation stutters/pauses (making flash banners impossible)

You can se the page here: fondovi (there's a flash animation on the right side of the page (light grey/blue color))

    Sounds like a question better suited for a Flash/ActionScript forum, like kirupa.com, however, the animation looks fine on my computer. If you're still having issues though, and the banner is time line-based, I would recommend moving off the time line and using AS to generate the animation—that should help.

      thanks.

      but I don't think it's flash.

      On table mouseover (hover effect) processor usage jumps, and the whole thing is slooow. Keep in mind it's the Internet Explorer problem, Chrome works perfect, Firefox 3.5 fine

        I can see what you mean. I don't have any solutions, but fixing some of the validation errors in the HTML might help (possibly IE makes some mistakes during parsing that lead to a more complicated document model).

          a friend said that this is could be JavaScript issue...

          now all I need is someone with js knowledge and some good will...🙂

            maros174;10951119 wrote:

            a friend said that this is could be JavaScript issue...

            now all I need is someone with js knowledge and some good will...🙂

            Unfortunately I think you need more than that.. You need someone with in depth jquery optimisation knowledge. After 3 hours of glancing over it last night my instinct says that there is something suboptimal in the combination of your stuff and JQuery as your stuff is highly reliant on it. I am afraid JQuery burns my eyes a bit as to me it is too write friendly when used heavy handedly.

            I would try a JQuery specific forum as I am sure someone has had similar issues. Anyway if it is the a combination of your approach with JQuery and it is hard to fix there is a lesson/ are lessons here somewhere 🙂

            Working out what that lesson is is the answer to that lesson.

            Anyway it is an interesting problem to solve as it has that murky enough level, but I have enough problems of my own and my head hurts just thinking about it.

              thanks mpb001.

              Your post helped in narrowing the problem. I'm grateful you gave it a shot.

                Just let us know how you solve it, could prove useful 🙂

                  Write a Reply...