Banner in html and css width -
Banner in html and css width -
i have 1 problem can't solve, need banner total width, not boxed. example: page 1024px witdh , banner 800px width, need banner 100% width. if understand me, so, friend , me trying lot of options didnt figured out.
here css code banner:
#banner{ background-image: url(mats/banner.jpg); width: 100%; height: 470px; background-repeat: no-repeat; position: relative; background-position: center; display: block; } i have tried nil successful.
it background-size.
background-size: 100%; on applying property, background image(800px width) strech 1024px, results in image quality loss. improve applying property on images width > 1200px
if height: 470px intended background height, dont utilize it. never set height & width on image, changes aspect ratio. if 1 set, other auto adjust according to, else images looks shrinked or stretched
html css
Comments
Post a Comment