Reputation: 4336
wanted to have a gradient BG for my menu without having to use a background image
IE "support" gradients via it's filter property
open the following jsbin example on IE to view and play with it http://jsbin.com/ijudu4/9/edit in IE7 the list can't break from it's container.
on IE8 it is working, but when you add z-index to the container(to solve other IE7 issues)
the list is also not visible
my "solution" for now is just using a background image, will be happy to find a better one
Upvotes: 0
Views: 321