Vertical Align Objects in CSS

randumb

Platinum Member
Mar 27, 2003
2,324
0
0
Obviously, vertical aligning objects in CSS is a pain. I've seen a bunch of workarounds, like auto-adjusting (only CSS2 compatible) and negative margins (IE comptabile). Which one is the cleanest and most compatible (read: IE compatible) way to vertical align objects? Thanks.

EDIT: Specifically, I want to center an object on the page.