IE 와 FF 에서 출력이 달라요....
Posted: 2006 01 22 05:13 46
<img src="http://tommystyle.net/exam.png" alt="" />
<pre>
------------------------------------html---------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Reviews and free downloads at Download.com</title>
<style type="text/css" media="all">
@import url(test.css);
</style>
</head>
<body>
<div id="header">
<div id="logo">로고
</div>
<div id="user-nav">fd | fd | fd | fd | fd | fd
</div>
<div id="site-nav">
<div id="top-search"><input type="text">
</div>
<div id="main-menu">dsfdas | dsfdas | dsfdas | dsfdas | dsfdas | dsfdas |
</div>
</div>
</div>
</body>
</html>
------------------------------------css---------------------------------
#header {width: 880px; background-color: #FF3300; margin: 0 auto;}
#logo {float: left; width: 210px; background-color: #66CC33;}
#user-nav {float: right; width: 260px; padding: 50px 0px 0px 0px; background-color: #9933FF;}
#site-nav {clear: both; background-color: #CCFF33;}
#top-search {float: left; width: 200px; background-color: #006666;}
#main-menu {clear: both; padding-top: 30px; background-color: #0033FF;}
</pre>
왜 이런 문제가 생기는지 알고싶습니다.
답변 부탁드릴께요.
좋은 하루되세요.
<pre>
------------------------------------html---------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Reviews and free downloads at Download.com</title>
<style type="text/css" media="all">
@import url(test.css);
</style>
</head>
<body>
<div id="header">
<div id="logo">로고
</div>
<div id="user-nav">fd | fd | fd | fd | fd | fd
</div>
<div id="site-nav">
<div id="top-search"><input type="text">
</div>
<div id="main-menu">dsfdas | dsfdas | dsfdas | dsfdas | dsfdas | dsfdas |
</div>
</div>
</div>
</body>
</html>
------------------------------------css---------------------------------
#header {width: 880px; background-color: #FF3300; margin: 0 auto;}
#logo {float: left; width: 210px; background-color: #66CC33;}
#user-nav {float: right; width: 260px; padding: 50px 0px 0px 0px; background-color: #9933FF;}
#site-nav {clear: both; background-color: #CCFF33;}
#top-search {float: left; width: 200px; background-color: #006666;}
#main-menu {clear: both; padding-top: 30px; background-color: #0033FF;}
</pre>
왜 이런 문제가 생기는지 알고싶습니다.
답변 부탁드릴께요.
좋은 하루되세요.