HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

nav-up

Description

The nav-up property for CSS allows the navigational up key to navigate the focus in the up direction.

Syntax

CSS

nav-up: value;

JS

object.style.navUp = "value";

Values

<'nav-down'> = auto | <id> [ current | root | <target-name> ]?
auto

Automatically specified by the user agent.

<id>

Indicates the ID.

current

Indicates the frame the element is in.

root

Indicates the user agent should target the full window.

<target-name>

Indicates the target frame. It is a <string> and must not start with the underscore "_" character.

Initial

auto

Examples

1 · auto

2 · id