2013-06-10 2 views
0

내 웹 페이지에 와우 슬라이더를 가져 왔지만 이제 내 바닥 글이 멈추었습니다. 나는 www.cssstickyfooter.com을 사용해 보았지만 작동하지 않았다. 슬라이드 쇼가 사용하는 위치 요소와 관련이 있다고 생각합니다. 이 문제의 원인은 무엇입니까?슬라이드 쇼에 바닥 글이 붙음

라이브 데모 : http://epicureancateringaz.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;*/ 
} 

답변

1

당신은 당신의 슬라이드 쇼 DIV에 DIV 번호 바닥 글을 삽입했습니다. 그냥 꺼내주세요.

+0

ty. 나는 지체되었다. –

관련 문제