User Interface Properties
User interface properties allow the author to control the presentation of the user interface elements of user agents.
User-contributed notes
- ID:
- #2
- Date:
- Thu, 21 Feb 2008 16:31:16 GMT
- Status:
- This note has not yet been confirmed for accuracy and relevance.
At least some form elements can be changed using styles. Drop down menus, for instance, can be sized, use different colors and fonts.
.Menu1 { font: 14pt Arial, Helvetica, sans-serif; color: #66FF00; background: #006633; Highlight: #00FF00; HighlightText: #CCCCCC; border: medium #66FF00 solid; text-align: center; cursor: hand}
I know there's more. That's what I could find. Forms are user interfaces?
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.
