最近搜索
没有最近搜索

Scott Dennis
已加入2021年5月28日
·
最后活动2021年10月27日
关注
0
关注者
0
活动总数
2
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Scott Dennis
Scott Dennis 进行了评论,
社区评论 Discussion - Tips and best practices from the community
I was having issues with the image not displaying properly on all pages because I had the background information in the BODY instead of the HTML. So I moved the following CSS to my HTML tag and no more issues.
background: url("//p2.zdassets.com/hc/theme_assets/47685/200073670/winstonbackground3.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
查看评论 · 已于 2015年4月22日 发布 · Scott Dennis
0
关注者
0
投票
0
评论