blob: a35f807fa78d67e4ad72336208e5802ec726b78c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Safari float/margin-top bug</title>
<style type="text/css">
<!--
#foo {
border:1px solid black;
margin-top:0.5em;
width:25em;
float:left;
}
-->
</style>
</head>
<body>
<!-- explanation at:
http://www.paranoidfish.org/notes/2003/01/08/1500/
-->
<div id="foo">this div disappears in Safari</div>
</body>
</html>