css - How to display FULL background image of a div no matter if contents in div is smaller -
i have header image located @ ink.talentosoft.com take if can.
the header image 388 px in height. want background of div displayed. set div follows:
background: url(http://ink.talentosoft.com/wp-content/uploads/2013/05/header.png) no-repeat 100% center;
because contents of div smaller background, rest of image cut off. how may extend full height of image?
background-size: 100%;//did not work
obviously height:388px;
div.
Comments
Post a Comment