background-image: -webkit-linear-gradient(top,#006699,#003300);
Firefox
background-image: -moz-linear-gradient(to bottom, #006699, #003300);background-image: linear-gradient(to bottom, #006699, #003300);
本文介绍了如何在不同浏览器中实现渐变背景效果,包括Google Chrome、Firefox等主流浏览器的具体CSS写法。
background-image: -webkit-linear-gradient(top,#006699,#003300);
Firefox
background-image: -moz-linear-gradient(to bottom, #006699, #003300);
9302

被折叠的 条评论
为什么被折叠?