Hi Bhuvan,
So where is the problem? Or are you just explaining how to style an Alert
box?
Regards,
Venkat
www.venkatv.com
On Fri, Oct 24, 2008 at 4:24 AM, Bhuvan <[EMAIL PROTECTED]> wrote:
>
> hi Friend....
>
> here the style Applying the custom colour of custom position( i mean
> header, middle[text] and footer)
> the Alert control apply the css...
>
> Here the css
> Alert{
> color : #0f3177;
> title-style-name : "alertTitle";
> header-height:19;
> border-thickness: 1;
> drop-shadow-enabled: true;
> drop-shadow-color :#d1ddf7;
> background-color: #ffffff;
> corner-radius :6;
> border-style :solid;
> header-colors : #90a4d1, #5970a0;
> footer-colors : #9db6d9, #ffffff;
> border-color : #5970a0;
> }
>
> .alertTitle{
> font-family :Verdana;
> font-size :10;
> font-weight :bold;
> text-align :left;
> color :#ffffff;
> }
>
> if u want to change the alert button..
>
> button-style-name : "alertButton";
>
>
> . alertButton{
> cornor-radius: 6;
> color: Blue;
> }
>
>
> Thanks....
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---