Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Coding guide: Value selectors

This article needs a technical review. How you can help.

Draft
This page is not complete.

Download resources

Here you can find examples of how to create value selectors on Firefox OS, as well as downloads for the CSS and image resources used by the built-in apps on Firefox OS. You can copy these resources into your app and make use of them to build apps that match these apps' appearances.

Implementing value selectors

To implement a toolbar using the style shown here, place the CSS and media files into your app and then import the CSS using the @import at-rule:

@import url(resources/value_selector.css);

Make sure the media files are in the location expected by the CSS (either by placing them in a corresponding location or by revising the CSS).

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, kscarfone, Logi0
 Last updated by: chrisdavidmills,