nav-left
Description
The nav-left property for CSS allows the navigational left key to navigate the focus in the left direction.
Syntax
CSS
nav-left: value;
JS
object.style.navLeft = "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