
jQuery Mobile full size content
By: a guest on
Feb 29th, 2012 | syntax:
CSS | size: 0.22 KB | hits: 734 | expires: Never
/*set the content to be full-width and height except it doesn't overlap the header or footer*/
#map .ui-content {
position : absolute;
top : 40px;
right : 0;
bottom : 39px;
left : 0;
}