I have the following
<div class="label" style="position: absolute; top: 20px; left: 20px; width: 200px; height: 40px;"> Label Text </div> <div class="label" style="position: absolute; top: 70px; left: 20px; width: 200px; height: 120px;"> Also several lines of Label Text may be included </div>
How can I vertically align (possibly several lines) the text inside div.label?
I can add innerHTML if necessary, but I cannot change the container (class = "label").
http://jsfiddle.net/austinfrance/CDTk2/ (now a working example)
source share