public marks

PUBLIC MARKS from myspacesupport with tags default & color

22 March 2007 23:00

Cascading Style Cheatsheet

by 57 others
Specifies the left position of an element positioned relatively or absolutely. Values: auto or length values (pt, in, cm, px) or percentage. Negative values permitted.

22 March 2007 00:00

CSS Tutorial - Background

by 6 others
p { background-image: url(http://www.example.com/gradient.gif); background-repeat: repeat-x; } Display: This paragraph has a gradient background. The gradient background was first made in a painting program and then repeated horizontally across the