Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.
Position
Position may be used in almost every HTML tag. It is most useful for positioning an object to stay in one place no matter what the browser resolution, although it may also be used for relative position.
To set an object to a position, you must use: position: absolute; or position: relative;
After setting the position, you have several properties you may or may not set. They are:
- top
- left
- right
- bottom
