Revision: 30050
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 6, 2010 17:48 by tibichi
Initial Code
<style type="text/css">
.wraptocenter {
display: table-cell;
text-align: center;
vertical-align: middle;
width: ...;
height: ...;
}
.wraptocenter * {
vertical-align: middle;
}
/*\*//*/
.wraptocenter {
display: block;
}
.wraptocenter span {
display: inline-block;
height: 100%;
width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
display: inline-block;
height: 100%;
}
</style><![endif]-->
<div class="wraptocenter"><span></span><img src="..." alt="..."></div>
Initial URL
http://www.brunildo.org/test/img_center.html
Initial Description
Initial Title
Centering (horizontally and vertically) an image in a box
Initial Tags
Initial Language
XHTML