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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -