public marks

PUBLIC MARKS from charts with tags position & class

27 February 2007 14:00

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

26 February 2007 23:00

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