Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An overview of the Cascading Style Sheet "@ rules".
| Structure | Possible Values | Windows Mobile | CSS Mobile | WAP CSS | CSS2 | Comments |
|---|---|---|---|---|---|---|
| @charset | Yes | Yes | Yes | Yes | Sets the character set to be used. | |
| @import | Yes | Yes | Yes | Yes | Imports style rules from other style sheets. | |
| <uri> | Yes | Yes | Yes | Yes | ||
| url(uri) | Yes | Yes | Yes | Yes | ||
| (<uri> | url(uri)) <media type> | Yes | No | No | Yes | ||
| media types | Yes | Yes | Yes | Yes | CSS2 requires to support one or more media types. | |
| all | Yes | Yes | Yes | Yes | ||
| handheld | Yes | Yes | Yes | Yes | ||
| screen | Yes | No | No | Yes | ||
| @media | Yes | Yes | Yes | Yes | This specifies which style rules are to be used with each of the supported media types. | |
| all | Yes | Yes | Yes | Yes | ||
| handheld | Yes | Yes | Yes | Yes | ||
| screen | Yes | No | No | Yes |
See Also
Send Feedback on this topic to the authors