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
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
2 matches
Mail list logo