すごいスライダーを自分の Web ページにインポートしたところ、フッターがスタックしてしまいました。www.cssstickyfooter.com を使用してみましたが、うまくいきませんでした。スライドショーが使用する位置要素と関係があると思います。これは何が原因でしょうか?
ライブデモ: http://epicureancataz.com/New/123
#footer{
position: relative;
margin-top: -100px;
height: 100px;
clear:both;
background-image:url(../images/backgrounds/footerback.png);
}
#wowslider-container1 {
zoom: 1;
position: relative;
max-width:1000px;
margin:9px auto 9px;
z-index:90;
border:9px solid #FFFFFF;
text-align:left; /* reset align=center */
}
#wowslider-container1 .ws_images ul{
position:relative;
width: 10000%;
height:auto;
left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
overflow: visible;
/*table-layout:fixed;*/
}