Advertisement
Guest User

jQuery Mobile full size content

a guest
Feb 29th, 2012
1,850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*set the content to be full-width and height except it doesn't overlap the header or footer*/
  2. #map .ui-content {
  3.     position : absolute;
  4.     top      : 40px;
  5.     right    : 0;
  6.     bottom   : 39px;
  7.     left     : 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement