right now i have a div element that is set to 100% width and 100% height of the browser window, but i want to set the min width to 768 and min height to 1024 that way if the screen is bigger, it scales to that size, but never scales smaller than 1024x768.
how can i achieve this?
