Vertical Align Issue
Posted
by Nasser Hajloo
on Stack Overflow
See other posts from Stack Overflow
or by Nasser Hajloo
Published on 2010-06-02T07:22:42Z
Indexed on
2010/06/02
7:43 UTC
Read the original article
Hit count: 386
I have following styles which work greate but Vertical-Align:middle
or bottom doesn't work in it. every thing inside goes top ofthe div
.Progress
{
display: inline-block;
z-index: 1000;
width:auto;
height: auto;
background-color: #A9C646;
vertical-align: bottom;
text-align: center;
text-align: -moz-center;
!text-align: center;
position: absolute;
opacity: 0.4;
filter: alpha(opacity = 40);
}
© Stack Overflow or respective owner