Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      6. CSS 1
          6.4. Properties
              6.4.1. Blocks
 6.4.1.3. border properties 

 border

This property applies to all elements and separates margin area (margin) from internal adjustment area (padding). It admits from 1 to 3 values, separated by spaces, and define thickness, style and color. These values apply to all sides : top, right, bottom and left.

Thickness is specified by a value (number, or keyword) in the list : thin , medium, thick.

Style is defined by a keyword (cf below, border-style property).

Color is defined by a keyword (one of the 16 predefined colors).

 border-style

This property defines the border style, from a list of predefined styles (keywords). It accepts from 1 to 4 values, separated by spaces. These values apply in the following order : top, right, bottom, and left. Predefined values are : none, dotted, dashed, solid, double, groove, ridge, inset, outset.

 border-color

This property defines separately the border color, in a 16 predefined color list (keywords). It accepts from 1 to 4 values, separated by spaces. These values apply in the following order : top, right, bottom, and left.

Top, right, bottom and left borders can be separatedly specified with below properties (they accept from 1 to 3 values (thickness, style and color)) :

 border-top
 border-right
 border-bottom
 border-left

See also :
Keywords :  Css