Skip to content

Instantly share code, notes, and snippets.

@shanemcd
Created December 1, 2011 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanemcd/1418016 to your computer and use it in GitHub Desktop.
Save shanemcd/1418016 to your computer and use it in GitHub Desktop.
fixed iOS footer
if(navigator.platform == 'iPad' || navigator.platform == 'iPhone' || navigator.platform == 'iPod')
{$("#footer").css({'position' : 'static', 'height' : '50px'});};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment