
Re: Multiple Linear Gradients
From that code snippet I'd guess that they're both being rendered but one is just covering up the other. Multiple gradients don't really make sense unless you (a) use rgba colors so the top one is semi-transparent (only partially supported in IE < 9), or (b) you use background-size and non-repeating bg layers (not at all supported in IE < 9).