I'm working with a div
which has the following css attribute assigned to it: display: -webkit-box;
.
This div
of mine contains text which I'd like to align vertically to the middle. Is this possible without changing the display
attribute given to the div?
Additional Info:
I'm using the latest version of Chrome and have tried vertical-align: middle;
which failed.