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.

perfect full page background image


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -