我在使用側欄(Panel)的twitter引導程序時遇到了麻煩。 這裏是快照邊欄(面板)。在引導程序中以邊欄(面板)的高度爲100%的問題
,這裏是它我的CSS代碼。
.sharecartside .content {
height: 100% !important;
min-height: 100%;
padding: 18px 10px 20px 30px;
}
.sharecartside {
height: 100%;
margin: 1px 0 0 508px;
}
.sharecartside {
background: url("../images/bg_sidepannel.png") repeat-y scroll 0 0 transparent;
float: right;
margin: 1px 0 0 400px;
position: absolute;
width: 300px;
}
任何幫助將不勝感激。 謝謝。
您可以爲此問題創建實時演示(例如在jsfiddle上)嗎? –