我有以下代碼:爲什麼會出現在某些屏幕尺寸的DIV之間的空白
<div class="mobileTabsNavSub brClear">
<div class="mbBtnLeftMW mbBtnLeftStyle floatLeft">
</div>
<div class="mbBtnRightMW mbBtnRightStyle floatRight">
</div>
<div class="mBtnMidMW mBtnMidStyle">
<div>
<img id="mbMW1" src="icon.png" class="mBtnIcon" />
</div>
<div>
<a href="localhost:9090" title="services"><span id="mbMW" class="mbBtnText">Services</span></a>
</div>
</div>
</div>
CSS:
.mobileTabsNav
{
display: none;
width: 100%;
overflow: hidden;
margin: 10px 0 10px 0;
}
.mobileTabsNavSub
{
width: 100%;
padding: 0 0 10px 0;
}
.mbBtnLeftMW
{
background: url('../theImages/mbMWLeft.png') no-repeat;
}
.mbBtnRightMW
{
background: url('../theImages/mbMWRight.png') no-repeat;
}
.mBtnMidMW
{
background: url('../theImages/mbMWMiddle.png');
}
.mbBtnLeftStyle
{
min-height: 50px;
max-height: 50px;
width: 10px;
background-size: contain;
}
.mbBtnRightStyle
{
min-height: 50px;
max-height: 50px;
width: 10px;
background-size: contain;
}
.mBtnMidStyle
{
overflow: hidden;
min-height: 50px;
max-height: 50px;
background-size: contain;
margin: 0 0px 0 8px;
text-align: center;
vertical-align: middle;
line-height: 40px;
}
.floatLeft
{
float: left;
}
.floatRight
{
float: right;
}
大多數屏幕尺寸輸出:
出於某種屏幕尺寸:
三幅影像:
請幫助得到一些這些設備的擺脫白色空間。
你能不能設置一個[ jsfiddle](http://jsfiddle.net),我很樂意幫助你。 – Jacta 2014-11-06 16:01:56
我有jsfiddle,但沒有顯示出於某種原因:http://jsfiddle.net/56zcwacs/(我從我的問題中拿走了圖像鏈接) – Si8 2014-11-06 16:10:43