How to vertically align an inline list in a div?
I have an unordered list displayed as "inline" (horizontally) and want to put the list in the vertical middle of it's 50px tall container div. This is for a simple navigation menu, and nothing I have tried works!
Public Comments
- for the div: style="vertical-align: middle" -or- style="padding-top: 25px;" (that may mess up the height) for the ul: style="margin-top: 25px;" These are your options, try one of them -- Hope this helps
Powered by Yahoo! Answers