Re: [css-d] trouble with responsive background banner

2016-08-23 Thread Tom Livingston
If there is nothing else in the container that you are applying the bg image to, then the container height will be zero. On Tuesday, August 23, 2016, Angela French wrote: > Hello, > I have a banner I am trying to run across the entire page and have it get > smaller as the

Re: [css-d] trouble with responsive background banner

2016-08-23 Thread Karl DeSaulniers
Hi Angela, Try this... #surveylinkbar { background-image: url('/_resources/images/websurvey-banner4.gif') ; background-repeat:no-repeat; background-size: 100% auto; background-position: center; } Best, Karl DeSaulniers Design Drumm http://designdrumm.com > On

[css-d] trouble with responsive background banner

2016-08-23 Thread Angela French
Hello, I have a banner I am trying to run across the entire page and have it get smaller as the device gets smaller. My plan is to make a different background image when I get down to cell phone size. I had no problems accomplishing what I want when I was using an tag, but now that it is a