使滑块居中的问题

时间:2014-12-12 02:31:29

标签: jquery css

我似乎无法弄清楚http://www.ferngrottokauai.com/上我的主页滑块出了什么问题。当你在IE上查看它时,它应该是居中的。但它在所有其他浏览器上被推到左侧。我的滑块容器代码是:

.slider_container {
    width: 920px;
    margin: auto;
    clear: both;
    background: url("images/shadow_top.png") no-repeat scroll center top transparent;
    padding: 30px 0px 0px;
}

1 个答案:

答案 0 :(得分:0)

用于包含滑块的table(颤抖)不是居中的。

将以下内容添加到样式表中,它应该居中:

#dnn_ContentPane .SimpleContainer{
    margin:0 auto;
}