Inline Tabs
Das Posting Inline Mini Tabs auf web-graphics zeigt wie man eine horizontale Navigation schnell realisieren kann.
Personally I tend first to use display:inline to make horizontal navlists for two main reasons:
- Since you don’t use floated elements, you don’t have to contain them
- you can get centered, right or left aligned menus just by using the text-align property

