On Jun 5, 2007, at 9:03 PM, Daemach wrote:
I'm using body onload to reset a menu, but the onload event seems to be fired before the images are actually displayed. This causes the menu to be in the wrong position on the initial load, though it works correctly once the images are cached.
Have you tried $(window).bind(‘load’, function() {...}): ? -- Mika Tuupola http://www.appelsiini.net/~tuupola/