This is a discussion on "'Tab' navigation" within the Web Page Design section. This forum, and the thread "'Tab' navigation are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
'Tab' navigation
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
'Tab' navigation
Hi,
So basically, I want a 'tab' like navigation where when rolled over, the menu slides out. In pure CSS? example attatched. |
|
|
|
|||
|
Re: 'Tab' navigation
You should make the text visible without rollover (otherwise it's incredibly annoying for users). In order to emphasise the current/rollover tab you just need to add a little CSS padding (making it longer). Perhaps change the colour too, or make the text bold.
That said, tab navigation is a misleading metaphor and should not be used to navigate between pages. Use tabs to show different views of the same thing -- stateful navigation, if you like. A good use of tabs is on this page. Scroll down to see the main photograph box with tabs. A bad use of tabs is for top-level site navigation (Amazon style). |
|
||||
|
Re: 'Tab' navigation
http://www.mevans76.com/css_layouts/css_menus/ has some examples that may help you. The tabs themselves are straight forward and adding a menu is also just a matter of a nested UL and some CSS magic
#foo ul li:hover ul li {} kind of thing.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: 'Tab' navigation
a few here http://css.maxdesign.com.au/listamatic/
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Navigation | inkz | Web Page Design | 2 | Apr 22nd, 2008 15:33 |
| CSS Navigation Help | penguin | Starting Out | 3 | Mar 15th, 2008 13:43 |
| Navigation help | elephantinc | Flash & Multimedia Forum | 9 | Feb 13th, 2008 22:46 |
| CSS Navigation Help! | crackafaza | Web Page Design | 3 | Jan 21st, 2008 15:56 |
| CSS navigation | AdRock | Web Page Design | 1 | Jul 15th, 2006 10:56 |