怎样让div内部两个ul标签横向两端对齐?

2024-12-30 22:21:20
推荐回答(2个)
回答1:




  • 导航区域

  • 登录区域




恩 这个代码在火狐和ie里都能正常显示的
快复制粘贴看看吧 祝楼主好运!

回答2:

/*css*/

.box{width:800px;margin:auto;clear:both;overflow:hidden;zoom:1;}
.ul1{float:left;clear:left;}
.ul2{float:right;clear:right;}



    ………………

    ………………