Hi, so I'm wondering if this is possible. I've got this concept where I have a small tilable texture used as a background. Is it set to repeat at both x and y.
In my Photoshop design I've just added a shadow layer on top which goes from 100% transparent and down to about 40% transparent in a grayish color. Which together with the background image gives the illution of shadow. Now, I tried to save the shadow layer as a PNG, but it seems I need to save it as PNG-24 which makes the png file HUGE.
So, is this possible at all? I mean, using xml or xaml, this would be a breeze. I'd just insert a rectangle and add a gradient with 0% on the top and 40% at the bottom, with the color black or something. Giving me a nice fading effect. But this is not possible in HTML and CSS?