<ul id="ff">
<asp:repeater runat="server".....>
<li>.....</li>
</asp:repeater>
</ul>
<style>
#ff { width:200px;border:0;padding:0;margin:0;}
#ff li { float:left; width:100px;}
</style>

 

 posted on 2012-03-02 16:06  纳米程序员  阅读(121)  评论(0编辑  收藏  举报