Hi All,
Was wondering how do we handle multiple screen resolutions in the browser? This is very important to maintain a consistent and professional look.
For example - We want to set up a screen mask with a header and footer. The header can be managed since it's at the top and we could make it wider than the widest screen we expect the user to load the screen on (of course the issue of how many menu items we should include need to be considered). But when it comes to a footer, it should let's say always consume around 3% of the screen height or worst case 50px from the bottom.
Regards
Chris