I would like to know if it is possible to vertical-align
in a div with position absolute? Here is the code for analysis:
.teste {
background: #F00;
width: 500px;
height: 100px;
display: table-cell;
vertical-align: middle;
position:absolute;
}
Link to code: link
Thanks!