I am trying to center a notification message within a div and i tried top:50% but its not working.I tried to put in some padding i don’t like that method.You can see the fiddle here: http://jsfiddle.net/VPdmT/
.message > .inner {
padding:22px 0 0 40px;
top:50%;
margin:0 0 22px;
background-repeat:no-repeat;
background-position:0 17px;
}
The important part is that div with
table-celldisplay must be inside div withtabledisplay.