div 질문. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

div 질문. 정보

div 질문.

본문

불여우에서는 1픽셀이 출력 되는데,

IE 에서는 10픽셀정도에서 더이상 줄여지지 않네요.

이에 대한 해결책이 있나요?



<style type="text/css">
#box
{
    width:100px;
    height:1px;
    border-bottom:1px solid #EEEEEE;
}
</style>

<div id="box"></div>
  • 복사

댓글 전체

ie에서 이걸 말하시는 건가요?
<style type="text/css">
#box
{
    width:100px;
    height:1px;
    border-bottom:1px solid #EEEEEE;
    border-right:1px solid #0000ff;
    border-top:1px solid #00ff00;
    border-left:1px solid #ff0000;
}
</style>
<body topmargin='0'  leftmargin='0' marginwidth='0' marginheight='0'>
<div  id="box">이건가?</div> 문서출력부분인 body가기본적으로 가지고 있는 margin을 없앰 
[div]에 float:left는 적용안했음.
</body>
음 어렵네요.
© SIRSOFT
현재 페이지 제일 처음으로