Custom jquery mobile icon intel xdk

Asked

Viewed 128 times

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");
}
  • 2

    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?

  • 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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.