Skip to content

Instantly share code, notes, and snippets.

@tkellogg
Created January 30, 2012 20:28
Show Gist options
  • Save tkellogg/1706478 to your computer and use it in GitHub Desktop.
Save tkellogg/1706478 to your computer and use it in GitHub Desktop.
var css = {
"margin-top": (($(dv).parent().height - $(dv).height()) / 2) + 'px',
"position":"absolute"
};
$(dv).css(css);
$(dv).parent().css('position', 'relative');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment