I want to make a div that can alter in width and height in response to the width of the window.
Exist any CSS3 guidelines that would permit the height to adjust to the width while preserving the aspect ratio?
Although I can accomplish this with JavaScript, I would rather use CSS alone.