打印

[求助] IE和FF 的 兼容问题

我先写个简单的例子吧大家看一下问题出在哪里?

<html>
<head>
<style type="text/css">
.top{ width:300px; height:200px;
background-color:#abc;
}
#menu{width:300px; height:30px;
background-color:#acc;
list-style:none;
}
#menu li{display:block;
float:left;
margin-left:20px;
width:20px;
}
</style>
</head>
<body>
<div class="top"></div>
<div id="menu"><ul>

<li>11</li><li>222</li><li>333</li></ul>
</body>
</html>
----------问题-------
在IE6 和IE7中显示还可以.
但是在FF中菜单栏也就是menu 和 TOP 之间回产生小的间隙...请问这个问题谁知道怎么解决 ?
各位帮帮忙?
-----------
请顺便告诉我怎么弄哪个在线运行的吧.这样帖大家看着麻烦..
加一句ul{margin:0;}
恩。谢谢