The nav-up property specifies where to navigate when using the arrow-up navigation key. As other nav properties, this one is currently not well supported by browsers.
Syntax:
selector {
nav-up: auto | id | target-name | initial | inherit;
}
Values:
These values may be assigned to the nav-up property:
- auto; The default value which allows browser to determine which element to navigate to.
- id; The ‘id’ attribute of the element to navigate to.
- target-name; The target frame to navigate to.
- initial, inherit
NOTE: The nav-properties are only supported in Opera 12 and some earlier versions (at the moment).
Example
The CSS3 navigation properties example (nav-index, nav-down, nav-up, nav-left, nav-right):
Comments
No comments have been made yet.
Please login to leave a comment. Login now