Recent searches


No recent searches

Scott Dennis's Avatar

Scott Dennis

Joined May 28, 2021

·

Last activity Oct 27, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Scott Dennis

Scott Dennis commented,

Community comment 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;

View comment · Posted Apr 22, 2015 · Scott Dennis

0

Followers

0

Votes

0

Comments