当我在我的页面上使用它时,不会出现背景渐变(我现在只担心Safari和Firefox):
$("#myElement").css({ backgroundImage: "-webkit-gradient(linear,top,bottom,from(black),to(white)",backgroundImage: "-moz-linear-gradient(top,black,white)" });
我尝试在适当的浏览器中使用其中一个,但在那里没有运气.