'border-right' Syntax and Note : border right « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'border-right' Syntax and Note

Note:

Define three different border properties: color, width, and style. 
    
Syntax:
    
element { border-right: values }
elementID.style.borderRight = "values"
document.all.elementID.style.borderRight = "values" // IE only    

    

      
      








Related examples in the same category

1.'border-right' Example
2.'border-right' is applied to