Custom jquery mobile intel xdk icon

1

I can not put a custom icon in my header! Can anyone help?

html:

<a data-role="button" class="icon-myicon" data-icon="myicon"></a>

css:

.ui-icon-myicon{
  background-image: url("icons/IconMenuPrincipal.png");
}
    
asked by anonymous 20.08.2015 / 05:03

0 answers