Similar Query:
Height of a div
Greetings,
I'm looking to create a DIV element with its height based on the visible area of the browser window minus 100px. Is there a solution that would automatically adjust the height of the DIV when the user resizes their browser or should I use JavaScript for this purpose?
Thank you,