Custom Icons

From NSB App Studio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.