The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding content to each tab
How do I add contents (as in regular post/links...) to each tab?
Code:
<body> <div class="tabBox" style="clear:both;"> <div class="tabArea"> <a class="tab" href="Tab1.html" target="tabIframe2">Tab1</a> <a class="tab" href="Tab2.html" target="tabIframe2">Tab2</a> <a class="tab" href="Tab3.html" target="tabIframe2">Tab3</a> <a class="tab" href="Tab4.html" target="tabIframe2">Tab4</a> <a class="tab" href="Tab5.html" target="tabIframe2">Tab5</a> </div> <div class="tabMain"> <div class="tabIframeWrapper"><iframe class="tabContent" name="tabIframe2" src="action.html" marginheight="8" marginwidth="8" frameborder="0"></iframe></div> </div> </div> </body> |
#2
|
|||
|
|||
is that a riddle? what kind of content
--------------- Added [DATE]1299819267[/DATE] at [TIME]1299819267[/TIME] --------------- looks good for flipping videos around in |
#3
|
|||
|
|||
words, links
I'm going to place this tab thing on the notice box So when someone click on tab 1, it'll only show contents that's on tab 1. if someone clicks on tab 2, it'll only show contents thats on tab 2....get it? |
#4
|
|||
|
|||
works when i tried it
|
#5
|
|||
|
|||
lets say I wanted to put this thread on tab 1
https://vborg.vbsupport.ru/showthread.php?t=260198 how would i go about doing this? |
#6
|
|||
|
|||
it shows the content in frames already did you want it to break out of frames , I don't get what you want.
HTML Code:
<body> <div class="tabBox" style="clear:both;"> <div class="tabArea"> <a class="tab" href="the content link here" target="tabIframe2">Words here</a> <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="tabIframe2">Words here</a> <a class="tab" href="Tab3.html" target="tabIframe2">Tab3</a> <a class="tab" href="Tab4.html" target="tabIframe2">Tab4</a> <a class="tab" href="Tab5.html" target="tabIframe2">Tab5</a> </div> <div class="tabMain"> <div class="tabIframeWrapper"><iframe class="tabContent" name="tabIframe2" src="action.html" marginheight="8" marginwidth="8" frameborder="0"></iframe></div> </div> </div> </body> but you wont see it all at those heights and widths |
#7
|
|||
|
|||
how about if I wanted to put this on tab 1? how would i do it?
<a href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a><br> |
#8
|
|||
|
|||
you need a spalsh screen for the place were it say
action.html --------------- Added [DATE]1299821457[/DATE] at [TIME]1299821457[/TIME] --------------- so a www,blank.bomb src="action.html" in this spot page or something would go there --------------- Added [DATE]1299821727[/DATE] at [TIME]1299821727[/TIME] --------------- HTML Code:
<body> <div class="tabBox" style="clear:both;"> <div class="tabArea"> <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="_blank"><b>Adding content to each tab</b></a> <a class="tab" href="https://vborg.vbsupport.ru/showthread.php?t=260198" target="tabIframe2">Words here</a> <a class="tab" href="Tab3.html" target="tabIframe2">Tab3</a> <a class="tab" href="Tab4.html" target="tabIframe2">Tab4</a> <a class="tab" href="Tab5.html" target="tabIframe2">Tab5</a> </div> <div class="tabMain"> <div class="tabIframeWrapper"><iframe class="tabContent" name="tabIframe2" src="action.html" marginheight="8" marginwidth="8" frameborder="0"></iframe></div> </div> </div> </body> |
#9
|
|||
|
|||
what is that? Sorry I don't understand.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|