Percentage Height and Width
Posted: Fri Oct 24, 2014 9:28 am
When designing mobile device screens, i like to use percentage heights and widths. Unfortunately, when viewing on a computer on Genie or Atrium, the percentage heights do not work. For example, i can use a 100% percentage height on a mobile screen, and it works great. When viewing on any other platform, the screen "shrinks" up and does not display any data. Why would this happen and how can i overcome this? My current fix is to use javascript to find the screen size, and then assign height and width onload. This to me is not efficient and hard to explain to someone new to Javascript.
-Bill
-Bill