/*在给元素设置渐变色时,此时的颜色是作为背景图片来显示*/
#content{
	/*针对FireFox浏览器*/
	background-image:   -moz-linear-gradient(top,#fff,#eee);
	background-image:-webkit-linear-gradient(top,#fff,#eee);
	background-image:        linear-gradient(top,#fff,#eee);
	/*三个参数依次为开始的位置(也可以为角度如45deg),开始颜色,结束颜色*/
}

相关文章:

  • 2021-12-12
  • 2021-04-27
  • 2021-04-24
  • 2021-07-20
  • 2021-10-17
  • 2022-12-23
猜你喜欢
  • 2021-10-29
  • 2021-09-08
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-12-05
相关资源
相似解决方案