Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
There's (sadly) no valign for CSS.

You can use positioning; ie something like
Code:
position:relative; bottom:0px;
or give in some insane margin/padding-top value.

Also, a quick google search reminded me, you can also do position:relative;top:50%; to put the top of the div box in the middle of its container.
 
Also, a quick google search reminded me, you can also do position:relative;top:50%; to put the top of the div box in the middle of its container.
Thanks.. It looks like this is good as its going to get.

Any other method lead to unresolvable issues with the box model problem in IE. Its been driving me crazy all morning now.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.