1
I can’t place 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");
}
1
I can’t place 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");
}
Browser other questions tagged html css jquery-mobile intel-xdk
You are not signed in. Login or sign up in order to post.
Welcome to Stack Overflow! I recommend making a tour to learn more on how to get good answers. Could you give us more details? For example: the image does not appear? Is there an error? What have you tried? How is your project’s directory structure?
– Dherik
Dude, it’s really complicated. I couldn’t do it either. only thing that helped me, was to take icons of version 1.4.5, download and put inside the img folder of the site.
– Guilherme Lirio