Site search

Categories

February 2008
M T W T F S S
    Nov »
 123
45678910
11121314151617
18192021222324
2526272829  

Friends

Archive for February 27th, 2008

Overlapping TabBar in Flex

On a recent project I needed an overlapping tab bar, something that the default Flex TabBar doesn’t implement. While you can can easily change the spacing between tabs using a negative horizontalGap, you cannot retain a top-of-the-pile-like status for the selected tab. They are permanently stacked left-to-right on top of each other.
There’s a solution out [...]