I am trying to set a background-image to stretch to the full extent of a
Here is an example using the asker's parameters that will work. Some of the other answers have overcomplicated the parameters a bit. All that needs done is the
background-size needs to be separated from the background-position by a forward slash /: background: url("../images/bkgnd-sidebar.png") left top / cover no-repeat;