css - Image height for div -
can't seem height of image fit 100% within div (blank div) .the image homepage slider shown here, http://www.acepools.ca can see, height of image cut off.
any suggestions?
#background{ position: fixed; top: 0; left: 0; width:100%; height:100%; z-index: -1; } #background > *{ position: absolute; }
try css3 background-size
property.
Comments
Post a Comment