On 10/10/06, Tee G. Peng <[EMAIL PROTECTED]> wrote:

I wanted to use -moz-border-bottom-colors just for this tab, it
doesn't seem working with this line of code
  -moz-border-bottom-colors: 1px solid #000;

Width and style aren't valid values for border-color or -moz-border-bottom-color

or this  -moz-border-bottom-colors:  #000;

Did you supply a width and style for that?
border-bottom-width:3px;
border-bottom-style:solid;
-moz-border-bottom-colors:#f0f #555 #c00;


According to http://developer.mozilla.org/en/docs/
Creating_a_Skin_for_Mozilla:In-Depth#-moz-border-bottom-colors

-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;

I must confess I do not quite understand "ThreeDDarkShadow
ThreeDShadow ".

ThreeDShadow and ThreeDShadow is part of the system-colours in css2.
http://www.w3.org/TR/CSS21/ui.html#system-colors


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to