I\'m using a background image for a that will be used as a button, but it\'s not fully shown; however, when write text then it shows. I don\'t want text
Your problem is in setting display to inline. If you want background and width, but you also need an inline-type list, set float: left.