div中有个ul,如何使这个ul在div中水平居中呢?_百度知道
最佳答案: <style>*{margin:0;padding:0;border:0;}.box{width:400px;height:100px;margin:0 auto}.box ul{list-style:none;}.box ul li{float:left;...更多关于如何让div下的ul标签水平居中?的问题>>
ul如何在div里水平居中?html/css_百度知道
ul如何在div里水平居中?html/css<div style="width:200px; border:1px #f00 solid; padding:10px;"><ul style="width:100...更多关于如何让div下的ul标签水平居中?的问题>>
如何让UL在div中居中,并且横排显示
2009年8月14日 - } #footer ul li{ float:left; } </style> <div id="footer"> <ul> <li>1111</li> <li>我要居中我要居中</li> <li>1111</li> <ul> </div>.
如何让div下的ul标签水平居中_百度知道
最佳答案: <style> *{margin:0;padding:0;border:0;} .box{width:400px;height:100px;margin:0 auto} .box ul{list-style:none;} .box&#...更多关于如何让div下的ul标签水平居中?的问题>>