2013-01-05 4 views
0

기본 템플릿을 코딩 중이지만 Internet Explorer 8에서 문제가 있습니다. 슬라이더 회전식을 만들었으며이를 표시하기 위해 절대 위치에 넣었습니다. 더 위에. Firefox, chroome 및 Safari에는 문제가 있지만 Internet Explorer 8에서는 회전식 후 컨텐츠가 올바르게 표시되지 않습니다.절대 위치가 IE8에서 제대로 작동하지 않습니다.

왜 이런 일이 일어나는 것입니까? IE에서이 문제를 어떻게 해결할 수 있습니까? 당신은 W3C에 따라 잘못된 HTML을

<div class="container-carousel container "> 
     <article id="carousel"> 
      <div class="row"> 
       <div id="lista1" class="als-container"> 
       <span class="als-prev"><img src="images/left_arrow.png" alt="prev" title="precedente" /></span> 
        <div class="als-viewport"> 
         <ul class="als-wrapper"> 
          <li class="als-item"><img src="images/als-images/social.png" alt="social" title="social" /><h3>Appz Theme</h3><hr><p>Lorem ipsum dolor sit amet,<br>omnis euismod indoctum mel.</p></li> 
          <li class="als-item"><img src="images/als-images/android.png" alt="android" title="android" /><h3>Easy to use</h3><hr><p>Lorem ipsum dolor sit amet,<br>omnis euismod indoctum mel.</p></li> 
          <li class="als-item"><img src="images/als-images/apple.png" alt="apple" title="apple" /><h3>Amazing design</h3><hr><p>Lorem ipsum dolor sit amet,<br>omnis euismod indoctum mel.</p></li> 
          <li class="als-item"><img src="images/als-images/google.jpg" alt="google" title="google" /><h3>Dashboard view</h3><hr><p>Lorem ipsum dolor sit amet,<br>omnis euismod indoctum mel.</p></li> 
         </ul> 
        </div> 
       <span class="als-next"><img src="images/right_arrow.png" alt="next" title="successivo" /></span> 
      </div>  
     </article> 
    </div> 
    <div class="container"> 
     <div class="row"> 
      <div class="application"> 
       <p>Get your <span class="bold">free</span> <a class="mainbutton" href="">Download</a> of <span class="app">App</span> today!</p> 
      </div> 
     </div> 
+0

코드가 너무 나쁘다. 사파리가 질식하고있다. 매우 심각한 HTML 오류를 먼저 수정하십시오. 참조 : http://validator.w3.org/check?uri=http%3A%2F%2Fexperiments.hostzi.com%2Flanding%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 – Sparky

+0

감사 스파키! 숨겨진 요소가있었습니다. 문제였습니다. 감사합니다. 사파리를 어떻게 볼 수 있습니까? – Koala7

+0

나는 나의 대답을 대답으로 바꾸었다. 하지만 귀하의 사이트를 전혀 열 수 없습니다. "이 페이지가있는 서버가 응답하지 않습니다"_ 오류를 계속 표시합니다. – Sparky

답변

1

몇 번 질수 지원 문서, DIV로 변경 즉.

관련 문제