当我在 twitter bootstrap 中使用侧边栏(面板)时,我遇到了麻烦。这是该侧边栏(面板)的快照。
这是我的 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;
}
任何帮助将不胜感激。谢谢你。