Quackit Logo
HTML
CSS
Scripting
Database
Hosting
Design
XML

Print Version

CSS border-right-color

Also see the full, alphabetical list of CSS properties


The CSS border-left-color property allows you to set the color of an element's right border.

You can also use border-color to set the color for all sides of your element.

Note: You will also need to specify border-right-style and border-right-width before your border-right-color is displayed.

Choose your colors quickly with the HTML color picker.

Syntax: border-right-color: <value>
Possible Values:
  • <color>
  • transparent
  • inherit
Initial Value: Uses the 'color' property
Applies to: All elements.
Inherited: Yes
Media: Visual
Example: div.right-color {border-right-color:#ff9900}
Try it yourself!


Also see all CSS properties listed alphabetically


Enjoy this website?

  • Share
  • Add this page to your Favorites
  • Link to this page (copy/paste into your own website or blog):
  • Link to Quackit using one of these banner ads.
  • Help support Quackit by making a donation

Oh, and thank you for supporting Quackit!

© Copyright 2000 - 2010 Quackit.com