Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/24/2008
Times viewed :
257
The position property (CSS Reference)
Introduction
The position property works like the flow property. Both
properties allow you to set the position of the element. You can use the left,
right, top, and bottom properties with the position property.
Example
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN"
This value can be used to position the element anywhere on
the page. You can set the position with the left, right, top, bottom
properties.
fixed
This value can be used if you want the element to be fixed
at a position. That means even if you scroll the page, the element wont move.
This value only works with Netscape 6.1 but not with IE.
relative
This value is positioned as there were no offset.
static
This value can be used if you want to position the element
in normal flow of the display page.