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

nav-down

Description

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

Syntax

CSS

nav-down: value;

JS

object.style.navDown = "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