Hi,
I have a set of layers, with different kinds of blending modes applied. Basically, I have, for instance, three black & white layers with a "texture" that I apply to my gradient layer below them. It goes like this:
Layer 4 (texture effect)
Layer 3 (texture effect)
Layer 2 (texture effect)
Layer 1 (gradient)
Then it ends up in a nice textured and gradient-ed image. However, I want this to work on a website, with different gradient colors. Therefore, I need to somehow put those three texture layers together so that the blending modes won't disappear, and I would then apply them as a background to a div layer in HTML. The gradient can be made with CSS for this particular project.
The question is: how to make blending modes remain?