[jQuery] Re: suggestions for a hover zoom on text...

2008-05-06 Thread gr00vy0ne
Thanks, I changed the code and it is running better especially when running Firefox and Safari are working very well. IE 6/7 still remains a problem. I've narrowed it down to where the layer popup is showing up. For instance, if I make the "layer pop-up" render above (y-axis not z) the hover poin

[jQuery] Re: suggestions for a hover zoom on text...

2008-05-05 Thread Josh Nathanson
In your code, it looks like you use many calls to $(this) and $("#times_zoom"). You'll get much better performance if you set variables and use those instead, i.e in your mouseover function: var th = $(this), tz = $("#times_zoom"); Then you would use those references like so: // change the