dtd 선언에 대하여 정보
dtd 선언에 대하여
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
현재 div 사이즈가 맞지 않아서 dtd 선언은 하는데 dtd 선언을 하면
배추 베이직 스타일 시트를 읽지 못해서
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<!--[if lt IE 8]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
<!--[if lt IE 6]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
이런식으로 처리 했네요
135 size 인데 ie 가 사이즈 작게 잡아서 이렇게 했는데 어떻게 해결 해야 할까요?
오류 주소 :
현재 div 사이즈가 맞지 않아서 dtd 선언은 하는데 dtd 선언을 하면
배추 베이직 스타일 시트를 읽지 못해서
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<!--[if lt IE 8]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
<!--[if lt IE 6]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
이런식으로 처리 했네요
135 size 인데 ie 가 사이즈 작게 잡아서 이렇게 했는데 어떻게 해결 해야 할까요?
댓글 전체

<!--[if IE]>
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->
<style type="text/css">
#dd li a.menu{width:137px}
</style>
<![endif]-->