Saimon Avazian
Saimon Avazian

Reputation: 281

resize image background of div

I found This tutorial for resize background of button. i change this for auto width resize images of DIV but This not Worked. How to fix this ?! i need to resize images background of div .
Original Demo : HERE Edited Demo : HERE Thanks.

Upvotes: 0

Views: 370

Answers (2)

SpliFF
SpliFF

Reputation: 39014

change button em to .home em in your stylesheet. If you want it to shrink to the size of the text add display:inline-block to the .home rules.

Upvotes: 1

Niet the Dark Absol
Niet the Dark Absol

Reputation: 324790

The button image is not wide enough to cover your entire div. Either make the image wider (edit it and re-upload), or make the div narrower.

Upvotes: 0

Related Questions