日期:2014-05-16 浏览次数:20694 次
<html>
<style>
#image{
width:500px;
height:500px;
background:#fff000;
text-align: center;
overflow: hidden;
}
#image img {
vertical-align: middle;
}
#block {
width: 0px;
height: 100%;
}
</style>
<body>
<div id="image">
<img src="http://www.mm21.cn/dimg6/qqtu/201105/20110507234620615.jpg"/>
<img src="" id="block"/>
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<style>
#image{
width:500px;
height:500px;
background:#fff000;
text-align: center;
vertical-align: middle;
display:table-cell;
}
#image img {
vertical-align: middle;
}
#block {
width: 0px;
height: 100%;
background:red;
}
</style>
<body>
<div id="image">
<img src="1.jpg"/>
<span id="block"></span>
</div>
</body>
</html>
x
xx x xxx
x