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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -