How to auto adjust the div size for all mobile / tablet display formats?
First of all you have to put this on the head of your html page : <!DOCTYPE html PUBLIC “-//WAPFORUM//DTD XHTML Mobile 1.0//EN” “http://www.wapforum.org/DTD/xhtml-mobile10.dtd”> After you have set the css type for screen size : * Smartphones (portrait and landscape) ———– */ @media only screen and (min-device-width : 320px) and (max-device-width : […]