Skip to main content

Bug Tracker

Side navigation

Ticket #5473: iefail.html


File iefail.html, 0.3 KB (added by city41, November 08, 2009 08:10AM UTC)

Tiny repro of the bug for IE.

<html>
<head>
	<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
	<script type="text/javascript">
		$(document).ready(function() {
			var d = $("#mydiv");
			d.animate( { top: 4.88e-14 }, 2000);
		});
		
	</script>
</head>
<body>
<div id="mydiv" style="position:absolute">my div</div>
</body>
</html>

Download in other formats:

Original Format