Senin, 30 April 2012

CSS part 2

border-top-width

thin | medium | thick | length

border-top-width:thin

N

border-right-width

thin | medium | thick | length

border-right-width:medium

N

border-bottom-width

thin | medium | thick | length

border-bottom-width:thick

N

border-left-width

thin | medium | thick | length

border-left-width:15px

N

border-width

thin | medium | thick | length {1,4}

border-width: 3px 5px 3px 5px

N

border-top-color

color

border-top-color:navajowhite

N

border-right-color

color

border-right-color:whitesmoke

N

border-bottom-color

color

border-bottom-color:black

N

border-left-color

color

border-left-color:#C0C0C0

N

border-color

color {1,4}

border-color: green red white blue; }

N

border-top-style

none | solid | double | groove | ridge | inset | outset

border-top-style:solid

N

border-right-style

none | solid | double | groove | ridge | inset | outset

border-right-style:double

N

border-bottom-style

none | solid | double | groove | ridge | inset | outset

border-bottom-style:groove

N

border-left-style

none | solid | double | groove | ridge | inset | outset

border-left-style:none

N

border-style

none | solid | double | groove | ridge | inset | outset

border-style:ridge; }

N

border-top

border-width | border-style | border-color

border-top: medium outset red

N

border-right

border-width | border-style | border-color

border-right: thick inset maroon

N

border-bottom

border-width | border-style | border-color

border-bottom: 10px ridge gray

N

border-left

border-width | border-style | border-color

border-left: 1px groove red

N

border

border-width | border-style | border-color

border: thin solid blue

N

float

none | left | right

float:none

N

clear

none | left | right | both

clear:left

N

- Classification Properties

Property

Valid Values

Example

Inherited?

display

none | block | inline | list-item

display:none

N

list-style-type

disk | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none

list-style-type:upper-alpha

Y

list-style-image

url | none

list-style-image:url(icFile.gif)

Y

list-style-position

inside | outside

list-style-position:inside

Y

list-style

keyword || position || url

list-style: square outside url(icFolder.gif)

Y

0 comments:

Posting Komentar