CSS

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.barelyfitz.com/screencast/html-training/css/positioning/

Learn CSS Positioning in Ten Steps: position static relative absolute float

1. position:static The default positioning for all elements is position:static , which means the element is not positioned and occurs where it normally would in the document. Normally you wouldn't specify this unless you needed to override a positioning that had been previously set. 2. position:relative