border-color:#F5AC40 rgb(220, 220, 220) -moz-use-text-color Code (markup): this first time see a border-color consist of all this color i always used to see border-color consist of only one color can anyone explain this
Colors may be set to the user's default OS window settings. For example: windowtext, graytext, menutext, highlight, etc. The -moz-use-text-color is a proprietary, and valid*, method of setting the bottom border (in this case) to the same color as the text. In a non-Mozilla browser, the value will be ignored, and the bottom color will be the same as the top's. cheers, gary * It is valid, but the validator wouldn't know about that value and would treat it as an error.