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.
EDIT: Specifically, I want to center an object on the page.
