Tabs navigation menu

sun1994 at 17h32
30
Nov
2011
Haay, again. ;p

I was wondering how do you make tabs? (Like on this site: click)
I want to make a tab navigation in a floating menu above my table. I'm using a punBB forum.

Thanks in advance!
1 Guest, on 30/11/2011 at 18h34
Click View Source. You'll find the codes are used for this. Wink
2 sun1994, on 30/11/2011 at 20h18
I tried, but it doesn't work. Sad
Also tried it with many other tab navigations on other sites, same result.
Forumotion only gives the link etc, no tab whatsoever.
3 blindbat1457, on 30/11/2011 at 21h08
Here is the non JS code but you need the CSS in order for it to work.

Code:
<div class="usual">
  <ul class="idTabs">
    <li><a href="#idTab1">Tab 1</a></li>
    <li><a href="#idTab2">Tab 2</a></li>
    <li><a href="#idTab3" class="selected">Tab 3</a></li>
  </ul>
  <div id="idTab1">This is tab 1.</div>
  <div id="idTab2">More content in tab 2.</div>
  <div id="idTab3">Tab 3 is always last!</div>
</div>
Similar topics
Hello. I'm just curious, is there a way to make a navigation menu to guide to different topics? Thanks.
Nature of the Creation: Navigation/menu button Size (In Pixels): 99px × 34px With or Without Animation: without Main Colors: as they are on my forum Pictures & Links: none Text to Insert : Guestbook Font (Provide Download
hi to all excuse me i can't write English very well. i place web test code in while loop and i want each test code inside while loop run in a new tab please help me
Replies 1 to 3 on 3 for "Tabs navigation menu"
See also
more_less
Informations

3 Replies For the topic :
"Tabs navigation menu"

This topic has been viewed 1056 times.

Last message :
30/11/2011 at 17h32 by "sun1994"