Try this. It makes a really nice alert box:
 
Alert{
  color: #0f3177;
  titleStyleName: "alertTitle";
  headerHeight: 19;
  borderThickness: 1;
  dropShadowEnabled: true;
  shadowDirection: right;
  dropShadowColor: #666666;
  backgroundColor: #e1e1e1;
  cornerRadius: 6;
  borderStyle: solid;
  headerColors: #0057fe, #c5d9ff;
  footerColors: #9db6d9, #ffffff;
  borderColor: #666666;
  paddingBottom: 10;
}
  
.alertTitle{
  font-family: Trebuchet;
  font-size: 14;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}  

@font-face {
  src: url("fonts/trebucbd.ttf") ;
  fontFamily: Trebuchet;
  fontWeight: bold;
  unicodeRange:
    U+0041-U+005A, /* Upper-Case [A..Z] */
    U+0061-U+007A, /* Lower-Case a-z */
    U+0030-U+0039, /* Numbers [0..9] */
    U+002D-U+002E, /* Dash [-] & Period [.] */
    U+003A-U+003A; /* Colon [:] */
}

You'll have to get the Trebuchet font form your windows font directory.
 
HTH,
Randy


   _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of haravallabhan
Sent: Tuesday, December 11, 2007 11:38 PM
To: [email protected]
Subject: [flexcoders] Re: How to change the Alert Window colors



Hi Girish

try this out.. I think the title bar of the Alert is manged by the 
css for Panel. If you have written any css for the Panel try changing 
them or change the name of it and try the one below.
Alert{
/*borderStyle:-solid;*/
borderThicknessLeft-:4;
borderThicknessRigh-t:4;
borderThicknessBott-om:4; 
backgroundColor:-#FFFFFF;
borderColor:-#DFDFDF; 
color:#666666;
} 

Thanks
CHeers
Hara

--- In HYPERLINK
"mailto:flexcoders%40yahoogroups.com"[EMAIL PROTECTED], Girish
<[EMAIL PROTECTED]> wrote:
>
> Hi
> 
> I want to change the window TitleBar color not the title text color.
> 
> 
> Why delete messages? Unlimited storage is just a click away. 
Go to HYPERLINK
"http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-"http://help.-y
ahoo.com/-l/in/yahoo/-mail/yahoomail/-tools/tools-
08.html
>



 


No virus found in this outgoing message.
Checked by AVG. 
Version: 7.5.503 / Virus Database: 269.17.1/1181 - Release Date: 12/11/2007
5:05 PM
 

Reply via email to