| Please visit our sponsors !
 The border-bottom-style property  
 The border-bottom-style sets the style of an element's bottom border. Inherited:  No Example
              
	            | table{
 border-bottom-style: solid
 }
 |  Possible Values
              
                | Value | Description | NN | IE |  
                | none | Defines no border | 6.0 | 4.0 |  
                | hidden | The same as "none", except in border conflict
        resolution for table elements | 6.0 |  |  
                | dotted | Defines a dotted border. Renders as solid in most
        browsers | 6.0 | 5.5 |  
                | dashed | Defines a dashed border. Renders as solid in most
        browsers | 6.0 | 5.5 |  
                | solid | Defines a solid border | 6.0 | 4.0 |  
                | double | Defines two borders. The width of the two borders are the
        same as the border-width value | 6.0 | 4.0 |  
                | groove | Defines a 3D grooved border. The effect depends on the
        border-color value | 6.0 | 4.0 |  
                | ridge | Defines a 3D ridged border. The effect depends on the
        border-color value | 6.0 | 4.0 |  
                | inset | Defines a 3D inset border. The effect depends on the
        border-color value | 6.0 | 4.0 |  
                | outset | Defines a 3D outset border. The effect depends on the
        border-color value | 6.0 | 4.0 |  Browser Notes
              
	            | Note in IE 4.0+: 
                    Note in IE 4.0-5.0:This property is not recognized if it is used alone. Use the "border-style" property to set the borders first
      or use the
      "border-bottom" property instead 
                    This property does not work with inline elements Note in IE 5.5 Beta 1: 
                    This property works with inline elements |  
 
   
Jump to: Top of Page
or HOME or
             Printer friendly page 
 Search W3Schools:
 What Others Say About UsDoes the world know about us? Check out these places: 
            Dogpile
            Alta Vista
            MSN
            Google
            Excite
            Lycos
            Yahoo
            Ask Jeeves
             
 We Help You For Free. You Can Help Us!
 
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
            terms of use and 
            privacy policy. 
            Copyright 1999-2002 by Refsnes Data. All Rights Reserved 
 |