public marks

PUBLIC MARKS from charts with tag position

June 2008

March 2007

A List Apart: Articles: In Search of the Holy Grail

by 4 others
#container .columns { float: left; position: relative; } #left { width: 200px; /* LC width */ margin-left: -100%; right: 200px; /* LC width */ } The right property pushes it 200px away from the right edge; that is, to the left.

position weather stations

by 4 others
Personal Weather Stations Google Map : Weather UndergroundFind the Weather for any City , State or ZIP Code , or Airport Code or Country ...

February 2007

CSS Tutorial - Background

by 6 others
p { background-image: url(smallPic.jpg); background-position: 20px 10px; } h4 { background-image: url(smallPic.jpg); background-position: 30% 30%; } ol { background-image: url(smallPic.jpg); background-position: top center; } Display: Th

Cascading Style Cheatsheet

by 57 others
BODY {background-attachment: fixed;} background-position Sets the starting position of the background color or image. If a color, the color fill continues from the set position. If an image, the first image is placed at the set position. V