Forums

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

Home Forums CSS Another 100% height issue Re: Another 100% height issue

#131236
CrocoDillon
Participant

That after is just some clearfix, without it you won’t see the background on the #wrap (at least on that fiddle). You gave it `height: 100%`, but that only works untill scrolling.

By the way you can replace the gradient with a regular image if you need better browser support, else make sure to include at least vendor prefixes. :)