2011-05-06 3 views
0

아약스와 함께 CSS를로드하는 데 문제가 있습니다. 익스플로러에서 ajax를 실행할 때 응답이 HTML에서 발생합니다.IE8에서 jquery로 CSS를로드하는 데 문제가있다.

<style media="all" type="text/css"> 
    @import "/resources/calendar/calendar.css"; 
</style> 

jQuery는 탐색기 8에서 요청을 실행하지 않습니다.

답변

0

이런 식으로 시도한 적이 있습니까?

<link rel="stylesheet" type="text/css" href="urlToStylesheet.css"> 

외부 스타일 시트를로드하는 표준 방법은 무엇입니까?

+0

좋아, 작동 : D thanks !! – Josue

+0

환영합니다 :) – leopic

관련 문제