Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力解决 IE7 问题。我希望我的兄弟 div 与它的兄弟姐妹的宽度相同。第一个兄弟姐妹充当标题,而其他兄弟姐妹具有某些尺寸。我可以使用一些建议。
http://jsbin.com/etuxum/19/edit
谢谢
Try:
.rateSection { float: left; margin-right: 0px; width: 100%; }
Notice margin-right: 0px; The blue background is aplied to the
if you add background-color:#999; to .rateSection you get what you want
background-color:#999;
.rateSection