Gah...been racking my head on this. I want to make a CSS/Javascript tabbed interface similar to this:
Or what you would find on Google's personalized homepage.
My hangup is how do I go about making the bottom border of the active tab go away?
Suchas:
It's trivial to get the borders around the sides of "main content" and the sides and tops of the tabs. But how do I get lines to show up where the asterisks are in the above diagram? If I give a top border to "main content", it'll put a bottom border for the active tab.
Or what you would find on Google's personalized homepage.
My hangup is how do I go about making the bottom border of the active tab go away?
Suchas:
Code:
_______ _______ ________
|active| | | | |
**** ****------**----------
| |
| main content |
It's trivial to get the borders around the sides of "main content" and the sides and tops of the tabs. But how do I get lines to show up where the asterisks are in the above diagram? If I give a top border to "main content", it'll put a bottom border for the active tab.