Oh my goodness! Amazing article dude! Thanks, However I
am having difficulties with your RSS. I don’t understand the reason why I can’t subscribe to it.
Is there anybody else having the same RSS
issues? Anybody who knows the answer will you kindly respond?
Thanks!!
比起我们来做得已经很不错了,加油。
本评论由 http://www.tgz.com 糖果站 为您提供,精彩为您呈现。
Oh my goodness! Amazing article dude! Thanks, However I
am having difficulties with your RSS. I don’t understand the reason why I can’t subscribe to it.
Is there anybody else having the same RSS
issues? Anybody who knows the answer will you kindly respond?
Thanks!!
放在哪个位置,或者文件?
在被引用的css文件中加,如果不生效,就是有别的对body的background定义的css写在了后面,找起来比较麻烦的话可以给这个代码加important。
或者在想使用的页面head标签里加style标签,把这个加进去
这样写会有部分浏览器不兼容,用黑白渐变举例,多写几种来对不同的浏览器进行适配:
background: -moz-linear-gradient(top, #000000 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #000000 0%,#ffffff 100%);
background: -o-linear-gradient(top, #000000 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #000000 0%,#ffffff 100%);
background: linear-gradient(to bottom, #000000 0%,#ffffff 100%);
٩(ˊᗜˋ*)وCSS没那么会,感谢指导