CSS Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.Anti-spam check. Do not fill this in! ====Position property==== There are five possible values of the <syntaxhighlight lang="CSS" inline>position</syntaxhighlight> property. If an item is positioned in any way other than <syntaxhighlight lang="CSS" inline>static</syntaxhighlight>, then the further properties <syntaxhighlight lang="CSS" inline>top</syntaxhighlight>, <syntaxhighlight lang="CSS" inline>bottom</syntaxhighlight>, <syntaxhighlight lang="CSS" inline>left</syntaxhighlight>, and <syntaxhighlight lang="CSS" inline>right</syntaxhighlight> are used to specify offsets and positions.The element having position static is not affected by the <syntaxhighlight lang="css" inline="">top</syntaxhighlight>, <syntaxhighlight lang="css" inline="">bottom</syntaxhighlight> , <syntaxhighlight lang="css" inline="">left</syntaxhighlight> or <syntaxhighlight lang="css" inline="">right</syntaxhighlight> properties. =====Static===== The default value places the item in the ''normal flow''. =====Relative===== The item is placed in the ''normal flow'', and then shifted or offset from that position. Subsequent flow items are laid out as if the item had not been moved. =====Absolute===== Specifies ''absolute positioning''. The element is positioned in relation to its nearest non-static ancestor. =====Fixed===== The item is ''absolutely positioned'' in a fixed position on the screen even as the rest of the document is scrolled<ref name="W3C-positioning"/> Summary: Please note that all contributions to Christianpedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Christianpedia:Copyrights for details). Do not submit copyrighted work without permission! Cancel Editing help (opens in new window) Discuss this page