Skip to content

Instantly share code, notes, and snippets.

@xola139
Created August 9, 2014 09:37
Show Gist options
  • Save xola139/5f204a77becfa12ae051 to your computer and use it in GitHub Desktop.
Save xola139/5f204a77becfa12ae051 to your computer and use it in GitHub Desktop.
Centrar un div con jquery teniendo como position:fixed
$('#element').css({left:($(window).width() - $('#contenedorPrincipal').outerWidth())/2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment