css 관련 질문입니다 > 그누4 질문답변

그누4 질문답변

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

css 관련 질문입니다 정보

css 관련 질문입니다

첨부파일

frm.zip (2.6K) 4회 다운로드 2013-11-23 18:15:21

본문

DTD 를 선언 안한 상태에서

크롬에서는 윗쪽 이미지처럼 정상적으로 출력이 되는데

익스에서는 아래쪽 이미지처럼 비정상적으로 출력되네요 ㅠㅠ

혹시 익스에서 정상적으로 출력될 방법이 없을까요?

댓글 전체

스타일이 많이 중첩이 되지만 이런식이면 어떨런지요..
<style type="text/css">

.frm {float:left;}
.frm_content {position:relative;padding-right:10px;padding-bottom:10px;background:url(./frm.gif) no-repeat 100% 100%;}
.lb {position:absolute;bottom:0;left:0;width:50%;height:50%;background:url(./frm.gif) no-repeat 0 100%;display:block}
.rt {position:absolute;top:0;right:0;width:50%;height:50%;background:url(./frm.gif) no-repeat 100% 0;display:block}
.content {margin:0;padding:10px 0 0 10px;background:url(./frm.gif) no-repeat 0 0;overflow:hidden}
</style>

<div class="frm">
<div class="frm_content">
<span class="lb"></span><span class="rt"></span>
<div class="content">
<div style="width:300px;height:300px;background-color:#f66;position:relative;z-index:1"></div>
</div>
</div>
</div>


아니면 간단하게 이런식..ㅎㅎ

<div style="float:left;border:1px solid #ff9bca;padding:5px;background:#ffeff7">
<div style="border:1px solid #ffcbe3;padding:3px;background:#fff">
<div style="width:300px;height:300px;background-color:#f66;"></div>
</div>
</div>
꼭 배경이미지를 사용하는 경우라면 아니겠지만..ㅎ
다행이네요^^

더 줄여봤습니다

<style type="text/css">
.frm {float:left;position:relative;padding :0 10px 10px 0;background:url(./frm.gif) no-repeat 100% 100%;}
.lb {position:absolute;bottom:0;left:0;width:50%;height:50%;background:url(./frm.gif) no-repeat 0 100%;display:block}
.rt {position:absolute;top:0;right:0;width:50%;height:50%;background:url(./frm.gif) no-repeat 100% 0;display:block}
.content {margin:0;padding:10px 0 0 10px;background:url(./frm.gif) no-repeat 0 0;}
</style>

<div class="frm">
<span class="lb"></span><span class="rt"></span>
<div class="content">
<div style="width:300px;height:300px;background-color:#f66;position:relative;z-index:1"></div>
</div>
</div>
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT