Custom Icons: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page.)
 
(No difference)

Latest revision as of 08:08, 11 July 2013

You can use custom icons with jQuery Mobile by using the following procedure:

Make a css file containing the following code:

.ui-icon-custom {
  background-image: url("images/custom.png");
}

Add the css file to your extra headers:

<link href="custom.css" rel="stylesheet">

Now you can specify an icon type of custom with jQuery Mobile.