I am using primefaces as a library and I'm trying to display an image in the background of a commanbutton. Here is my code:
<p:commandButton image="button_image" type="submit" ajax="false" action="#{loginMB.connect()}"></p:commandButton>
In my style sheet i added this structure:
.button_image {
background-image: url(../images/login.png) !important;
width:82px;
height:32px;
border:0px;
float: right;
margin-right: 24px;
}
But what i get as a result is this
And I am looking for this