익스플로러에서 css가 적용이 안됩니다.

익스플로러에서 css가 적용이 안됩니다.

QA

익스플로러에서 css가 적용이 안됩니다.

답변 2

본문


위에 있는 링크에 소스를 전체 사용해서 

view.php를 사용하고 있는 스킨을 사용중입니다.

문제가 head.sub.php에 그어떤 종류의 DOCTYPE만 적용하면 


<style>
.tp_test_nCell{border-bottom: 1px solid #cccccc;}

.tp_test_Content1{border: 1px solid #cccccc;border-top-width:0;padding:10px}
.tp_test_Content2{font:12px 돋움;}
.tp_test_Cell{
padding-top:3;
font:11px 돋움;
background:url('img/tp_unselect.png')  no-repeat 50%;
height:23;
width:100;
text-align:center;
cursor:pointer;
cursor:hand;
}
.tp_test_sCell{
padding-top:5;
font:11px 돋움;
background-image:url('img/tp_select.png'); 
background-position: 50%;
background-repeat: no-repeat;
height:23;
width:100;
text-align:center;
cursor:pointer;
cursor:hand;
}
</style>


중간에 보이는 css가 익스플로러 7,8,9 에서 적용되지 않습니다.

head.sub.php에 DOCTYPE를 적용하면 css작동이 안되고  

적용을 안하면 익스에서 화면이 깨지고 어찌해야 할까요....

head.sub.php에 DOCTYPE를 적용해도 css가 적용될수 있게 할수 없을까요?

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 18
© SIRSOFT
현재 페이지 제일 처음으로