2009/03/12 13:53
TABLE, DIV, SPAN 의 크기 고정 tip/xhtml/css2009/03/12 13:53
TABLE 의 경우
<table style="table-layout:fixed">
<tr>
<td></td>
</tr>
</table>
DIV, SPAN 의 경우
<DIV style="overflow:hidden;" ><img src="" alt="some image" /></DIV>
'tip > xhtml/css' 카테고리의 다른 글
| HTML 특수 문자표(HTML Character Entities Reference) (0) | 2009/06/22 |
|---|---|
| 가로 스크롤바와 세로 스크롤바 따로 제어하기 (0) | 2009/04/17 |
| 웹 문서에서의 DOCTYPE 선언 (0) | 2009/04/17 |
| TABLE, DIV, SPAN 의 크기 고정 (0) | 2009/03/12 |
| STYLE, CSS 사용하는 방법 (0) | 2009/03/03 |
| input 한글/영어 제어하기 (0) | 2008/12/10 |
| CSS Text Button Design (0) | 2008/11/06 |
| table의 border를 스타일시트로 가늘게~ (0) | 2008/10/15 |
| input type=image 테두리(boder)값 없애기 (0) | 2008/10/08 |
| Using CSS to Do Anything: 50+ Creative Examples and Tutorials (0) | 2008/06/04 |
| CSS Menu with Dynamic Submenu (0) | 2008/06/04 |
