Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS background HELP not scaling for ipad or phone Reply To: CSS background HELP not scaling for ipad or phone

#171181
mqn
Participant

Hi Joe- I actually do have that in my css..

#wiredmag {
float: left;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
background: url(../img/wired_1.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #FFFFFF;
}