The position Property : position : Layout HTML CSS TUTORIALS


HTML CSS TUTORIALS » Layout » position »

 

The position Property


 


Value       Meaning

static      same as normal flow, and is the default.

relative    box can be offset from where it would be in normal flow.

absolute    positioned exactly from the position in the containing element using x and y coordinates from the top-left corner of the containing element.

fixed       position is calculated from a fixed point; in the case of the browser this point is the top-left corner of a browser window and does not change position if the user scrolls the window. 

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Layout
» position