public static final class Style.Position extends Object
Style.POSITION.| Modifier and Type | Field and Description |
|---|---|
static String |
ABSOLUTE
An element with position: absolute is positioned at the specified coordinates relative to its containing
block.
|
static String |
FIXED
An element with position: fixed is positioned at the specified coordinates relative to the browser window.
|
static String |
RELATIVE
An element with position: relative moves an element relative to its normal position, so "left:20" adds 20
pixels to the element's LEFT position.
|
static String |
STATIC
Default.
|
public static final String STATIC
public static final String RELATIVE
public static final String ABSOLUTE
public static final String FIXED
Copyright © 2004–2015 XWiki. All rights reserved.