我为我的项目使用 twitter bootstrap,并将侧边栏放在右侧,但是当我更改分辨率时,它不会与其他分辨率相同。在这里并附上两个分辨率为 1024 和 1366 的屏幕截图,它们都是 768(1024 x 768 和 1366 x 768)。我也为此复制了我的css代码。(主要代码非常复杂,所以我无法将它放在 jsfiddle 上)
.div.panel
{
display: none;
z-index: 3;
top: 201px;
right: 9%;
height: auto;
}
.catlogsidepanel
{
width: 300px;
float: right;
background: url(../images/bg_sidepannel.png) repeat-y;
position: absolute;
margin: 0px 0px 0px 400px;
}
我使用right: 9%设置右侧位置。
1024 x 768
1366 * 768(这是正确的,我想要1024分辨率)