Page 1 of 1

iOS Background Image Gradient: how do you do it?

Posted: Wed Aug 26, 2015 8:32 am
by simonmlewis

Code: Select all

 background-image: linear-gradient(to bottom, transparent, #DFDDDE);
This works on all other browsers except Apple devices.
I need it to "fade out" to the color of the box which is also DFDDDE. So the top is transparent, and the bottom is the colour.

How do you do it in iOS CSS?