RE: Problems with vertically centering a DIV
This is where CSS fails and tables, as allergic to their usage as you might be, are a whole lot simpler.
I am not even closely following what you are trying to do, but if you are going to vertically center anything, your HTML and BODY both need to be height: 100%.
|