That's unusual I can assure you. It appears to be a minor and obscure (only happens sometimes in IE, must be rare from my experience) bug in jQuery 1.4.2. I couldn't figure out why, didn't really look into it too deeply, as I found it went away if I updated to jQuery 1.4.4 or even to the latest, jQuery 1.5.1 - So I would suggest doing just that. Change (from the page's source code):
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
to:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
Bookmarks