Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.
Float
CSS float is a very useful tool for both templates and images. When using the float property it tells the object to 'float' or stay close to the side. So when a float: left; takes place, it comes as close to the left as possible without overlapping another object.
Float left or right
You may use either float: left; or float: right;. You may also use more than one float per line, it will float the direction of the float written.
