Leave That Thing Alone Blog

CSS side tab navigation using submit buttons

Here is another example of CSS tabbed navigation where tabs are created with submit buttons instead of anchor tags. This allows a form to be submitted each time a tab is clicked.

My last example was horizontal tabs, but when using those for a new project I ran out of room and had to create vertical side tabs. Here is what I ended up coming up with:


Here is a basic example of the CSS submit button side tab navigation.

Comments

Ian Sheridan's Gravatar Well here is the issue with something like this. you cannot bookmark a page and if a user just want to refresh the page the have to resubmit the form each time. A dialog will come up possibly confusing the user.

Looks great though :P

- Ian
# Posted By Ian Sheridan | 8/12/05 11:38 AM