CSS Properties
CSS Codes and Examples
www.tagindex.net
HTML Tags
CSS Properties
HTML Colors
Generators
<
Home
/
CSS Properties
/ Box Styles
Box Styles
Categories
CSS Properties
Page Styles
Box Styles
Text Styles
Link Styles
List Styles
Image Styles
Table Styles
Frame Styles
Form Styles
Filter Styles
All CSS Properties
Relation Document
Width, Height, Background
width: ***; height: ***;
width and height of a box
max-width: ***; min-width: ***;
maximum width and minimum width of a box
max-height: ***; min-height: ***;
maximum height and minimum height of a box
background-color: ***;
box background color
background-image: url(***);
box background image
background-repeat: ***;
background image repeat
background-position: ***;
background image position
background-attachment: fixed;
fixed background image
background: ***;
sets all background properties
Margin, Padding
margin: ***;
box margin
margin-***: ***;
top, bottom, left, and right margins
padding: ***;
box padding
padding-***: ***;
top, bottom, left, and right paddings
Border
border-width: ***; border-***-width: ***;
box border width
border-color: ***; border-***-color: ***;
box border color
border-style: ***; border-***-style: ***;
box border style
border: ***; border-***: ***;
sets all border properties
Display
overflow: ***;
controls what happens to the overflowed content
overflow-***: ***;
controls the horizontal or vertical overflow
scrollbar-***-color: ***;
box scrollbar color
display: ***;
box display types
visibility: ***;
makes a box visible or invisible
Float, Position
float: ***;
creates a floating box
clear: ***;
clears float
position: ***;
sets how a box will be positioned
top: ***; right: ***; bottom: ***; left: ***;
box positioning
z-index: ***;
stack order of the boxes
Marks
Extension Properties
HTML Tags
CSS Properties
HTML Colors
Generators
<
Home
About TAG index
Contact Me
HTML Tags, CSS Properties, Codes and Examples.
Copyright © 2007-2011 TAG index. All Rights Reserved.