Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Make div responsive Reply To: Make div responsive

#167893
dyr
Participant

html, body { height: 100%; } + any children at height: 100%

You can also use media queries with height, min-height, max-height. So yes you can use CSS to scale things to the browser window (height and width.)