I\'m trying to setup a series of div\'s with a background image that each have their own fixed height, and stretch to fill up the width, even if there is overflow on the top/bot
http://jsfiddle.net/ndKWN/1/
You can use background-size: cover;
background-size: cover;