html - Cant get image to stretch full width -


i have been having heck of time getting background image stretch on screen fit screen have no decided add image. below image of trying accomplish. have cleared of css , html section , looking start scratch again. help. www.jobspark.ca

enter image description here

your parent container fixed width 960px. , if change container width affect whole design. better try below code. make position absolute image , can stretch

.image-block-outer-wrapper{      height:338px;  } .image-block-wrapper{      position:absolute:      //align div using margin }  .image-block-wrapper img{   width:1200px;    //or increase original image width photoshop , set width here whatever want   } 

Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -