Easy Tutorial
❮ Pr Grid Auto Flow Css3 Pr Rotation ❯

CSS3 nav-down Property

Example

Specifies where to navigate when using the arrow keys:


Browser Support

The numbers in the table specify the first browser version that fully supports the property.

Numbers followed by -webkit-, -ms-, or -moz- specify the first version that worked with a prefix.

Property
nav-down Not compatible Not compatible Not compatible Not compatible Supported in Opera 11.5-12. <br> Not compatible with newer browser versions

Property Definition and Usage

The nav-down property specifies where to navigate when using the nav-down key.

Default value: auto
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.navDown="#div2"
--- ---

Syntax

Value Description
auto The browser decides which element to navigate to.
id Specifies the id of the element to navigate to.
target-name Specifies the target frame to navigate to.
inherit Specifies that the value of the nav-down property should be inherited from the parent element.
❮ Pr Grid Auto Flow Css3 Pr Rotation ❯