300x250
ㅁ div 태그에 배경 이미지 넣기.
Source code
<div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;">Example of a DIV element with a background image:</div>
<div style="background-image: url(../images/test-background.gif); height: 200px; width: 400px; border: 1px solid black;"> </div>
* 출처 : http://www.w3.org/WAI/UA/TS/html401/cp0301/0301-CSS-DIV-BACKGROUND-IMAGE.html
300x250
'개발' 카테고리의 다른 글
웹 접근성 품질인증기관 지정 알림 - 미래창조과학부 (0) | 2014.02.20 |
---|---|
테이블 table tr td 태그에 링크 걸기 , onClick (0) | 2014.02.16 |
IE10 에서 jQuery ajax 를 post 방식으로 보낼 때 파라미터 전달되지 않는 현상 (0) | 2014.02.16 |
input type=text 에 한글 영문 기본 입력 설정, ime-mode (0) | 2014.02.16 |
IPv6 주소체계에서 IP 저장 디비 테이블 필드 데이터타입, datatype (0) | 2014.02.13 |