I know this question has been asked to death but nothing through searching has worked for me.
You know the deal, I have a div element that I need to vertically align
One other thing you can do. If it's only one line of text in the div you can use line-height
line-height
example
div { line-height:40px; }