0

我正在努力解决 IE7 问题。我希望我的兄弟 div 与它的兄弟姐妹的宽度相同。第一个兄弟姐妹充当标题,而其他兄弟姐妹具有某些尺寸。我可以使用一些建议。

http://jsbin.com/etuxum/19/edit

谢谢

4

1 回答 1

1

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

于 2013-05-06T14:15:16.777 回答