The background image is not appearing for the following CSS:
background: -webkit-linear-gradient(#fcfcfc,#cbcbcb);
background-image: url("../images/new/account-dropdown.png") no-repeat 100%;
How would I correctly do the above?
Still have not received a correct answer that works...in the meantime I am using an additional <img>
tag that is absolutely positioned over the gradient.