[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread scalenine
So like this (just in case someone is looking for a solution to the same problem): http://www.adobe.com/2006/mxml"; layout="absolute"> TabNavigator{ tabStyleName: "tabs"; horizontalGap:0; } .

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Just went to your site... nice! Your "Obsidian" theme would benefit from the background border color... Cheers --- In flexcoders@yahoogroups.com, "iko_knyphausen" <[EMAIL PROTECTED]> wrote: > > > Thanks this was very helpful. I got rid of the tiny gap, by setting the > tab navigators bordercolor

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread iko_knyphausen
Thanks this was very helpful. I got rid of the tiny gap, by setting the tab navigators bordercolor and the tabDetails bordercolor to the same as the background color of the container... looks perfect. Thanks again - Iko --- In flexcoders@yahoogroups.com, "scalenine" <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: Round corners with Tab Navigator

2007-04-26 Thread scalenine
Try this: http://www.adobe.com/2006/mxml"; layout="absolute"> I just added a white fill color and some padding to the bottom and top of the tab navigator. The only thing is a small gap in the border on the lef