Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- HTML
- 인테리어그림
- CVS
- Vista
- CSS
- MySQL
- .NET
- Administrator
- Eclipse
- IIS
- 블루수국그림
- Jexcel
- MSSQL
- samba
- JSP
- Adobe pdf reader
- 블로그 방문자 늘리기
- 국민연금
- 소득세
- PHP
- flash
- 갑근세
- oralce
- 즐겨찾기 추가
- 에덴미술
- 블로그 조회수
- 블로그 수익화
- JavaScript
- 블로그 조회수 늘리기
- Jrun
Archives
- Today
- Total
I LOVE EJ
하단에 clear하는 방법 및 상단 위치 마추는 방법 본문
하단에 clear하는 방법1
#ID OR .Class{zoom:1;} /* 익스6 */
#ID OR .Class:after{content:" ";display:block;clear:both;height:0;visibility:hidden;}
하단에 clear하는 방법2
.f-clear:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.f-clear { display:inline-block; }
* html .f-clear { height:1%; }
.f-clear { display:block; }
상단 위치 맞추기
.Cnt1{display:block;}
.Cnt2{display:block;float:right;margin-top:-14px;} /* 둘다 block화 시키고 마진으로 올리기 */
#ID OR .Class{zoom:1;} /* 익스6 */
#ID OR .Class:after{content:" ";display:block;clear:both;height:0;visibility:hidden;}
하단에 clear하는 방법2
.f-clear:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.f-clear { display:inline-block; }
* html .f-clear { height:1%; }
.f-clear { display:block; }
상단 위치 맞추기
.Cnt1{display:block;}
.Cnt2{display:block;float:right;margin-top:-14px;} /* 둘다 block화 시키고 마진으로 올리기 */
'Web publishing > 웹 표준' 카테고리의 다른 글
웹표준코딩 팁 - 하코사 (1) | 2010.04.01 |
---|---|
html5 관련 tag (0) | 2010.03.30 |
Internet Explorer 6 - IE6 (익스플로러) PNG 이미지 투명처리 (0) | 2009.11.06 |
PNG 포멧 용법 (0) | 2009.10.25 |
왜 table을 안쓰고 div를 쓰나.. 웹표준? (2) | 2009.05.13 |