4.13.7 CSS classes that Navigation Platform provides for HTML parts
To use the CSS provided by Navigation Platform, specify the class names listed below in the class attributes of individual elements.
|
No. |
Class name |
Corresponding tag and attribute |
Corresponding Guide Part |
|---|---|---|---|
|
1 |
ucnp_text |
<INPUT type="text" /> |
Text box |
|
2 |
<TEXTAREA> |
Text area |
|
|
3 |
ucnp_text_readonly |
<INPUT type="text" readonly/> |
Text box (read-only) |
|
4 |
<TEXTAREA readonly> |
Text area (read-only) |
|
|
5 |
ucnp_checkbox_radio |
<INPUT type="checkbox" /> |
Check box |
|
6 |
<INPUT type="radio" /> |
Radio button |
|
|
7 |
ucnp_select |
<SELECT> |
Drop-down part |
|
8 |
ucnp_anchor |
<A> |
Hyperlink |
Note: Static text and images do not require the specification of the class attribute.