If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Our CSS Properties continues with some of the most used CSS codes in Positioning and Display. We provide here trough this tutorial a short list with some of the most common code that a developer uses in his operations. Hope you find this useful and digg this !
1.float
Values:
- flowing to the left.
- flowing to the right
- (default)
CSS code:
2.overflow
Values:
- can not be seen.
- box scrolls to accommodate the overflow.
- spills over the box.
- the box scrolls to accommodate the overflow.
CSS code:
3.bottom
CSS code:
4.position
Values:
- according to the containing block take out the flow and offset
- Follows the normal flow
- Relative position that is offset from the initial normal position
- Absolute only the fixed box will remain fixed in the viewport and not scroll
5.display
Values:
- A block box.
- no display
- inline-level table, not suported.
- Not supported by IE,a block-level table
CSS code:
6.right
CSS code:
7.z-index
CSS code:
8.top
CSS code:
9.visibility
Values:
- (default)
CSS code:
10.left
CSS code:










