Home › Forums › CSS › Another 100% height issue › Re: Another 100% height issue
April 10, 2013 at 7:48 am
#131236
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. :)