div, 이미지 세로 중앙 정렬 > html

본문 바로가기

html

div, 이미지 세로 중앙 정렬

작성일 13-05-29 13:50

페이지 정보

작성자서방님 조회 101회 댓글 0건

본문

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>vertical align with line-height</title>
<style type="text/css">
div.thumb {
 border:1px solid red;
 background: #eee;
 width: 100px;
 height: 100px;
 line-height: 100px;
 text-align: center;
}
div.thumb:after {
 content: " ";
 margin-left: -0.6em;
 white-space: pre;
}
div.thumb img {
 vertical-align: middle;
}
</style>
</head>
<body>
<div class="thumb">
 <img src="http://static.naver.net/common/snb/090513/h_naver2.gif" alt="seobangnim.xinour.net">
</div>
</body>
</html>

댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기