在我的html文件中,我使用了SpryTabbledPanels插件。在那裏有三個div標籤。 在一個div標籤中,我的數據更少,另一個div標籤我的數據更多。我爲此使用了懸停。當我懸停在第一個div標籤上時,它顯示數據。但底部有很多空白空間,另一個div標籤沒有太多空間。 那麼請問我可以在div標籤中更改背景圖片的高度嗎?如何減少div標籤中的背景圖片?
以下爲背景圖片的CSS:
#main-content {
/*margin:0px 225px;*/
margin-left:auto;
margin-right:auto;
margin-top:35px;
width:900px;
/*width:100%;*/
height:auto;
/*height:1053px;*/
/*background: -moz-linear-gradient(top, #fff , #ccc);
background: -webkit-gradient(linear, left top, left bottom, (#E5E5E5) to(#ccc));
background: filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#000000.');*/
border-top-left-radius:48px;
border-top-right-radius:48px;
border-bottom-left-radius:48px;
border-bottom-right-radius:48px;
padding-bottom:20px;
min-height:1450px;
background:url(res/back-img.png) repeat;
}
以下是截圖:
檢查此主題http://stackoverflow.com/questions/1341358 – 2013-03-28 11:17:27