Vertical centering of text in div not working

djchaos667

New Member
I have turned to this guide to solve my problem of vertically centering my text within the div. And I believe to understand what it says, but it still doesn't work. \[code\].number { position: relative; height:50px; margin: -25px 0 0 0; top: 50%; background-color: #00ff00;}\[/code\]Here is the fiddle, which recreates the problem. I want the green area (.number) to be centered vertically within the button (.numberElement)Where is my problem? I reckon jQuery Mobile is complicating things and creating structures I am not foreseeing...Thank you!Sandro
 
Top