The styles I have are working great, but for some reason Vertical-Align:middle
and bottom aren't functioning properly. Everything inside the div
is aligning to the top.
.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);
}