Reputation: 281
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
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
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