테스트 사이트 - 개발 중인 베타 버전입니다

드림위버 반응형웹 미디어쿼리에 대해 아시는분 있으시면.. 채택완료

퇴근후밥상 11년 전 조회 7,962
드림위버 반응형웹 미디어쿼리에 대해 아시는분 있으시면
 
제가 index.html 요기에다가
 
 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml"> <?=$sub1_a?> http://infocomz.cafe24.com/css/mobile.css">http://infocomz.cafe24.com/css/mobile.css" rel="stylesheet" type="text/css" media="only screen and (max-width:320px)" /> http://infocomz.cafe24.com/css/tab.css">http://infocomz.cafe24.com/css/tab.css" rel="stylesheet" type="text/css" media="only screen and (min-width:321px) and (max-width:768px)" /> http://infocomz.cafe24.com/css/desk.css">http://infocomz.cafe24.com/css/desk.css" rel="stylesheet" type="text/css" media="only screen and (min-width:769px)" />
 
 
이렇게 넣었구요~
 
head.php
 
 
요기에는 간단하게
 
 
이렇게 넣엇는데
 
desk.css 파일이 안불러와지는지 적용이 안됩니다.
 
@charset "utf-8";
ul { list-style:none; } .t-logo { width: 0 auto; background-color:#CCC; }
 
 
이렇게 들어가있는데
 
list-style:none;    list-style-type:none; 로 해봐도 li점이 안없어지는거 보니
 
css를 읽어오지 못하는듯 합니다~
 
왜그런는걸까요 ㅠㅠ
 
 
 
 
 
댓글을 작성하려면 로그인이 필요합니다.

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

로그인