채택완료

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

2014-01-16 (목) 19:12:11 6,690

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

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가 적용될수 있게 할수 없을까요?

|

답변 2개 / 댓글 1개

채택된 답변
+20 포인트

답변에 대한 댓글 1개

감사합니다~!!

많은 도움이 되었습니다. 감사합니다.

답변을 작성하려면 로그인이 필요합니다.