CSS Target-Position Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

The 'target-position' property indicates where a new destination (if any) is created.

Syntax

target-position: [value]

Possible values

  • above
  • behind
  • front
  • back

Initial Value

above

Applies To

Hyperlinks

Inherited

No

Media

Interactive Visual

Example

.class {
  target-position: front;
}


View All CSS Properties