Hello Everyone,
I am having a few problems adding custom icons to my Mobile Website created with jQuery Mobile.
Here is the code I have used:
- .ui-icon-custom {
- background: url("images/buttonIcons/phone.png") no-repeat rgba(0, 0, 0, 0.4) !important;
- }
The result seems to work - but the icon seems to be displayed below the button?
Many Thanks,
Joel