This link has been bookmarked by 484 people . It was first bookmarked on 06 Aug 2006, by pablo.
-
Arno Hollosismall overview of CSS methods
-
paul ryanCSS Cheat Sheet
-
Kelly KESSINGERcss cheat
-
cheth rCSS Cheat Sheet
-
Rajkumar SinghCSS Cheat Sheet
-
-
BOX MODEL

height; width;
margin-top; margin-right; margin-bottom; margin-left;
padding-top; padding-right;
padding-bottom; padding-left;
BORDER
border-width
Width of the border
border-style
dashed; dotted; double; groove; inset; outset;
ridge; solid; none
border-color
Color of the border
POSITION
clear
Any floating elements around the element?
both, left, right, none
float
Floats to a specified side
left, right, none
left
The left position of an element
auto, length values (pt, in, cm, px)
top
The top position of an element
auto, length values (pt, in, cm, px)
position
static, relative, absolute
z-index
Element above or below overlapping elements?
auto, integer (higher numbers on top)
BACKGROUND
background-color
Background color
background-image
Background image
background-repeat
repeat, no-repeat, repeat-x, repeat-y
background-attachment
Background image scroll with the element?
scroll, fixed
background-position
(x y), top, center, bottom, left, right
LIST
list-style-type
Type of bullet or numbering in the list
disc; circle; square; decimal; lower-roman;
upper-roman; lower-alpha; upper-alpha; none
list-style-position
Position of the bullet or number in a list
inside; outside
list-style-image
Image to be used as the bullet in a list
* The properties for each selector
are in the order they should appear when using shorthand notation.
-
-
njhuar .BOX MODEL
CSS Box Model height; width; margin-top; margin-right; margin-bottom; margin-left; padding-top; padding-right; padding-bottom; padding-left; -
Amy Boyackquick and easy reference for CSS
-
c wylie misselhornprint it out!
-
Lua Felizinteresting
-
Lesley HuntleyCSS cheat sheet - great reference with all the common tags.
-
Dave BrennanProvides a quick reference for tags, what they do, and how to use them...
-
Tom KrieglsteinA quick list of CSS stuff
-
Michael M GrantCSS tags, properties and short explanations all on one page.
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.