Hi,
      The width & height parameter in Flex MXML try to give as % rather than
whole integer


Kalavati

On Thu, Sep 24, 2009 at 11:30 AM, adrianwonder <adria...@gmail.com> wrote:

>
> Hi everyone
>
> I am trying to avoid additional scroll bars appearing in my text area
> when the monitor resolution changes. One solution I  read  was to use
> CSS. I have tried this with little or no luck at all. My css was as
> follows,
>
> TextArea.style1
> {
>        fontSize: 14;
>        paddingLeft: 2;
>        paddingRight: 2;
>        paddingTop: 2;
>        paddingBottom: 2;
>        textAlign: justify;
>        borderStyle: solid;
>        cornerRadius: 15;
>        fontWeight: bold;
>        borderThickness: 0;
>        leading: 2;
>        backgroundSize: "100%";
>
> }
> Anybody has any clue how to over come this problem?
>
>
> Thanks for your time
> Adrian
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_india@googlegroups.com
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to