Hello!
Hope someone can help me.
I have this (The image is H and V Centered):
But I need this:
Thanks!!!PHP Code:<style>
div.album1 {
padding-left:auto;
padding-right:auto;
height:120px;
width:120px;
background-color: green;
text-align:center;
vertical-align:middle;
}
div.album2 {
height:100px;
width:100px;
background-color: blue;
display:table-cell;
position:relative;
vertical-align:middle;
}
</style>
<div class="album1">
<div class="album2">
<img src="1.jpg">
</div>
</div>





Reply With Quote


Bookmarks