验证码错误
验证码错误
By player7
at 2016-10-22
0人收藏 • 2028人看过
验证码错误
- 登录后方可回帖
8 个回复 | 最后更新于 2016-10-25
回复#4 @lincanbin :
斌大,我想问下它那个合肥论坛的背景图是怎么加上去的啊。我在div里面怎么设置都不对。照抄别人的不行。
回复#6 @后宫学长 :
style.css里
body { font-size: 12px; font-family: 微软雅黑, Microsoft YaHei, Tahoma, Arial, Helvetica, Sans-Serif; color: #000000; line-height: 1.5; background-image: url("http://bbs.hefei8.cn/styles/default/Images/bg.jpg"); background-size: cover; margin: 0px; padding: 0px; }
回复#7 @lincanbin :
谢谢指点,按照你的加在boby里面显示效果是限制在页面内,弄的下面有空白。
然后我加在html上面就是整个浏览器了....这才是我想要的效果。
html { overflow-y: auto; background: url('/images/bgimg.jpg') no-repeat right; background-size: auto 100%; width: 100%; height: 100%; /* fixes MSIE scrollbar bug*/ }