我对 Chrome 中元素的位置有疑问。
网站:http: //isedo.pl/projekty/gladness/
导航到滑块,团队正在运行。但是,当单击标题中的链接和站点上的其他链接时,会将元素按在一个好位置。
在 Firefox 中是可以的。
@编辑
滑块 + 导航代码:http://pastebin.com/ckPUeBaG css:
#teamSlider{
margin: 20px 0 0 0;
float: left;
}
#snav{
float: right;
width: 35px;
height: 250px;
background: #818181;
margin: 20px 0 0 0;
}
#snavl{
background: url('../images/cnav_left.png') no-repeat top left;
height: 48px;
width: 35px;
cursor: pointer;
}
#snavr{
background: url('../images/cnav_right.png') no-repeat top left;
height: 48px;
width: 35px;
cursor: pointer;
}