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

#131240
DADE
Participant

Okay I’ve just noticed that actually it wasn’t working, it was off by few pixels. To fix this I use:

background: linear-gradient(to right, #65ad3d 160px, #fff 161px);
background-size: 160px 100%;
background-repeat: no-repeat;

http://jsfiddle.net/kA29C/3/