私の html ファイルでは、SpryTabbledPanels プラグインを使用しました。その中に 3 つの 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;
}
スクリーンショットは次のとおりです。