Re: [WSG] -moz-border-bottom-colors. Help

2006-10-10 Thread Nils Kr. Falch

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]
***



[WSG] -moz-border-bottom-colors. Help

2006-10-09 Thread Tee G. Peng
Hi I have a tabbing panel with two tab that follows a table. Couldn't  
get the unselected tab touches the table's top border in Firefox, if  
I add a pixel of padding bottom, it works but then the tab  
overlapping the table, this is not desirable by client.



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;

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

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 ".


Thanks!

tee


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