在我的 html 文件中,我使用了 SpryTabbledPanels 插件。其中有三个 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;
}
以下是截图: