<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">css
<html xmlns="http://www.w3.org/1999/xhtml">html
<head>ui
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />firefox
<title>圖片水平垂直居中(兼容IE6,IE7,firefox,opera,safari,其中圖片能夠是任何塊元素)</title>xml
<style media="screen" type="text/css">htm
.boxout{width:600px; height:300px; display:table; border:1px solid #000; background-color:#CCCCCC; float:left;}圖片
.boxin{display:table-cell; vertical-align:middle; text-align:center;}ip
/*for IE*/utf-8
.boxout{*position:relative;}get
.boxin{*width:100%;*position:absolute; *top:50%; *left:0;}
.boxout p{*position: relative; *top:-50%; *margin:0; *padding:0;}
.boxout img{ *margin-top:2px;}/*for IE 圖片4像素空白bag*/
</style>
</head>
<body>
<div class="boxout">
<div class="boxin"><p><img src="http://hiphotos.baidu.com/howlking/pic/item/ddab4a2328628c4e9822eda5.jpg" /></p></div>
</div>
</body>