2010. 12. 23. 20:11, DEV/html/css/js/img
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
[출처] http://www.kavoir.com/2009/02/css-text-over-image.html
.image {
position:relative;
float:left; /* optional */
}
.image .text {
position:absolute;
top:40px; /* in conjunction with left property, decides the text position */
left:80px;
width:700px; /* optional, though better have one */
}
<div class="image">
<img alt="" src="../image_url.jpg" />
<div class="text">
<h1>텍스트를 입력해 주세요.</h1>
</div>
</div>
'DEV > html/css/js/img' 카테고리의 다른 글
mouseout 시 자식 엘리먼트 영향받지 않도록 구현 (0) | 2011.05.11 |
---|---|
모든 브라우저에서 파이어버그 사용하기 (0) | 2010.10.06 |
jquery plugin graph charts (0) | 2010.09.30 |
Comments, Trackbacks