I use this piece of code for my navigation bar
<a href="#home" data-icon="home" data-iconpos="top" class="ui-btn-active ui-state-persist">Home</a>
with the following CSS
.ui-icon-home { background: url("home.png") no-repeat 50% 50% !important; }
This code works fine and replaces the default icon image, but I can't use the big icons here. I want to use 22 * ββ22 px icons. When I try to use the 22 * ββ22 px icons, jQuery Mobile bypasses the icons inside the circle and thus showing only part of my custom icon, I want to delete the circle.
h_a86 source share