Thank you for the response, but that isn't quite what I was hoping to accomplish. To make padding styles work, I would have to take the height of the button, and calculate the paddingBottom, to keep the label text at the top of the button, and I'm trying to avoid that, but it could be the only option.
--- In [email protected], Jehanzeb Musani <[EMAIL PROTECTED]> wrote: > > Use styles > > Button { > paddingTop: 6; > } > > You can try different styles for almost all Flex > components on the following site. > > http://examples.adobe.com/flex2/consulting/styleexplorer/Flex2StyleExp lorer.html > > --- jmfillman <[EMAIL PROTECTED]> wrote: > > > I know how to left/right/center align text on a > > button horizontally, > > but I also need to align the text vertically so the > > label is at the top > > of the button, regardless of the buttons height. How > > can I do this? > > > > > > > > ______________________________________________________________________ ______________ > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs >

