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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -