<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Tabs&quot;</title>
		<link>http://snippets.wikidot.com/code:tabs/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-255212</guid>
				<title>STILL Tab Field Problem</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-255212</link>
				<description></description>
				<pubDate>Sun, 07 Sep 2008 18:57:42 +0000</pubDate>
				<wikidot:authorName>VashTexan</wikidot:authorName>				<wikidot:authorUserId>88011</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>As mentioned above in the "Width and Div" and "Re: Width and Div" comments, the tab fields need to have a size parameter, since div boxes end up outside the tab field. It looks a real mess otherwise. If there were at least a way to indent or put a blank space between the end of the tab field and the div box. Is there a way to do so using wiki syntax?</p> <p>Note that in the following, this div box code was used. You can fidget with it to fit your preferences. Note that width has to be a certain minimum in order for workaround 1 to work. I have found that width:97.7% or width:855px make the white areas around the div box nice and even. The width:97.7% might allow some adaptation, while width:855px is constant :</p> <div class="code"> <pre> <code>[[div style="float:left; width:97.7%; height:600px; text-align: left; top:100px; overflow:auto; padding: 10px;"]] Insert text, images, tables, etc. here. [[/div]]</code> </pre></div> <p>SO FAR I HAVE FOUND 3 WORKAROUNDS:<br /> 1. Put symbols or some text after the /div but before the /tab, thus placing the div box within the tab field. HORIZONTAL LINE WILL NOT WORK.</p> <p>2. Put a space and an underscore _ (WITH NO SPACES AFTER THE UNDERSCORE) to form a new blank line after the /div but before the /tab , BUT this just expands the tab field from the top down, so you have to keep adding blank lines until it matches the size of the div box. <strong>Make sure to press Enter/Return after the last underscore or it'll be visible.</strong> Kinda simple and crude coding, <strong>BUT IT WORKS!</strong> Might cause problems when using different-sized div boxes…MAYBE.</p> <p>3. Put the div box code around the tab code (before and after), as mentioned in the "Re: Width and Div" comment above. Unfortunately, if you have the parameter overflow:auto; in the "div style" parameters, THUS ADDING SCROLL BARS to the div box, the tabs will scroll along with whatever you have in the div box, and thus out of view. Not nice in this case.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-226530</guid>
				<title>Re: bug</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-226530</link>
				<description></description>
				<pubDate>Thu, 24 Jul 2008 12:17:59 +0000</pubDate>
				<wikidot:authorName>Jadian</wikidot:authorName>				<wikidot:authorUserId>103367</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I came from the same site, so I've taken a look at it myself. The issue with it is in how the id for the div elements is generated. I haven't tested it extensively and not sure I'm experienced enough for a good read-through of the code, but…</p> <p>In seperate posts, the div id starts at the initial count, "wiki-tabview-0", which is generating an error across several posts. Both posts are were generated and saved seperately, so they can't account for the existance of tabviews that occured in previous posts. I don't know if this is something that could logically be fixed without some extensve coding or rather dynamic naming, though.</p> <p>This might also be related in part to the fact that placing one tabview inside another doesn't work, but I haven't looked at it regarding that yet.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-220835</guid>
				<title>bug</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-220835</link>
				<description></description>
				<pubDate>Tue, 15 Jul 2008 14:30:27 +0000</pubDate>
				<wikidot:authorName>North</wikidot:authorName>				<wikidot:authorUserId>132728</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>There is a bug with the tabs. For the mods there is a hidden link in my message to the page that contains the error. The tab in the second post do not switch.</p> <p>link here:</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-217728</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-217728</link>
				<description></description>
				<pubDate>Thu, 10 Jul 2008 13:53:59 +0000</pubDate>
				<wikidot:authorName>ljkloft</wikidot:authorName>				<wikidot:authorUserId>110790</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Recently, one of my wikidoters on one of my wikis used a multiple level tab system and included a [[module SimpleToDo id="mylist1"]]. All the coding for the multiple layers of tabs is correct<br /> In Internet Explorer the page reports the following error: Internet Explorer cannot open the Internet site <a href="http://ec720.wikidot.com/cindy-l-hill">http://ec720.wikidot.com/cindy-l-hill</a>. Operation aborted.</p> <p>The page is dead in Internet Explorer v7. First thought, the tab coding or To Do List coding had an error. Did an archive backup of the wiki and pulled the offending page. Code is clean.</p> <p>Next thought, was it the browser not meeting standards. Opened the page in Firefox v3 and the page works correctly.</p> <p>Has anyone had experience with Internet Explorer incompatibilities on wikidot?</p> <p>Len</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-199859</guid>
				<title>:)</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-199859</link>
				<description></description>
				<pubDate>Wed, 18 Jun 2008 09:55:03 +0000</pubDate>
				<wikidot:authorName>Escura</wikidot:authorName>				<wikidot:authorUserId>141600</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks this is really useful</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-169241</guid>
				<title>More tabs in side bar info please</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-169241</link>
				<description></description>
				<pubDate>Fri, 23 May 2008 15:24:48 +0000</pubDate>
				<wikidot:authorName>bld213</wikidot:authorName>				<wikidot:authorUserId>130045</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'd also like to know if it is possible to use the tabbed structure in the side bar - they just come out flat when I try.</p> <p>I had a foldable list as suggested, but the tabs would be so much better and it more with the way other stuff is arranged in the main pages.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-167222</guid>
				<title>Re: How do I get tabs to work in the side-bar?</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-167222</link>
				<description></description>
				<pubDate>Wed, 21 May 2008 03:24:18 +0000</pubDate>
				<wikidot:authorName>Vincent Charette</wikidot:authorName>				<wikidot:authorUserId>119532</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>[[div class="foldable-list-container"]]<br /> * [# Français]<br /> * [[[français:bienvenue | Page de bienvenue]]]<br /> * [[[français:questcequunwiki| Qu'est ce qu'un Wiki?]]]<br /> * [[[français:commentmodifierlespages? | Comment modifier les pages?]]]<br /> * [[[system:members | Membres du site]]]<br /> * [[[system:page-tags-list| Étiquettes]]]<br /> * [[[admin:manage|Maître du site]]]<br /> [[/div]]</p> <p>I could not get the indent to show in this version, sorry. I forgot to show the code in the previous post.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-167216</guid>
				<title>Re: How do I get tabs to work in the side-bar?</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-167216</link>
				<description></description>
				<pubDate>Wed, 21 May 2008 03:17:11 +0000</pubDate>
				<wikidot:authorName>Vincent Charette</wikidot:authorName>				<wikidot:authorUserId>119532</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I speak French and English and I decided to make a bilingual site. So to get both languages in the side-bar, I used a foldable list and I got an effect that is similar to the one you get from the site manager page.</p> <p>Here is the what I did. If you follow the same structure, you should get text that fold under<br /> <a href="javascript:;">English</a>. You should also change the page links as your pages may not have the same name as mine, and you can change <a href="javascript:;">Français</a> to <a href="javascript:;">Spanish</a>, and all the page links that are under that list.</p> <div class="foldable-list-container"> <ul> <li><a href="javascript:;">English</a> <ul> <li><a class="newpage" href="http://snippets.wikidot.com/english:welcome">Welcome page</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/english:whatisawikisite">What is a Wiki Site?</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/english:howtoeditpages">How to edit pages?</a></li> <li><a href="http://snippets.wikidot.com/system:members">Site members</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/system:page-tags-list">Page Tags</a></li> <li><a href="http://snippets.wikidot.com/admin:manage">Site Manager</a></li> </ul> </li> </ul> </div> <div class="foldable-list-container"> <ul> <li><a href="javascript:;">Français</a> <ul> <li><a class="newpage" href="http://snippets.wikidot.com/francais:bienvenue">Page de bienvenue</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/francais:questcequunwiki">Qu'est ce qu'un Wiki?</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/francais:commentmodifierlespages">Comment modifier les pages?</a></li> <li><a href="http://snippets.wikidot.com/system:members">Membres du site</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/system:page-tags-list">Étiquettes</a></li> <li><a href="http://snippets.wikidot.com/admin:manage">Maître du site</a></li> </ul> </li> </ul> </div> <p>Basically, follow this structure.</p> <div class="foldable-list-container"> <ul> <li><a href="javascript:;">language</a> <ul> <li><a class="newpage" href="http://snippets.wikidot.com/page-link">page link</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/page-link">page link</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/page-link">page link</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/page-link">page link</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/page-link">page link</a></li> <li><a class="newpage" href="http://snippets.wikidot.com/page-link">page link</a></li> </ul> </li> </ul> </div> <p>Hope this helps, I know it is not tabs in the side-bar, but I think that it will do what you want.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-165864</guid>
				<title>How do I get tabs to work in the side-bar?</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-165864</link>
				<description></description>
				<pubDate>Sun, 18 May 2008 20:06:31 +0000</pubDate>
				<wikidot:authorName>JNMay87</wikidot:authorName>				<wikidot:authorUserId>41737</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I wanted to have the sidebar on my <a href="http://vipc.wikidot.com" >wiki</a> in both Spanish and English using tabs, but they don't work on the side-bar. Any ideas as to how to fix this?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-165065</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-165065</link>
				<description></description>
				<pubDate>Sat, 17 May 2008 03:23:51 +0000</pubDate>
				<wikidot:authorName>BrightMorn</wikidot:authorName>				<wikidot:authorUserId>89749</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How did you get it to work with multiple levels? Basically I want three tabs, with a new set of 3 tabs inside of each one. When I try and do this I get the wrong tabs in each set. Ideas?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-163822</guid>
				<title>Re: linking to content in a specific tab</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-163822</link>
				<description></description>
				<pubDate>Thu, 15 May 2008 02:56:35 +0000</pubDate>
				<wikidot:authorName>David Drascic</wikidot:authorName>				<wikidot:authorUserId>113763</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The tabs currently work with CSS only, without any JS scripting.</p> <p>In its most basic terms, each tab is a floating &lt;DIV&gt; that is hidden, UNTIL the user clicks on that tab's label and thus gives it "focus". The .yui-navset CSS for a selected DIV specifies that it is visible, which is why it pops to the front.</p> <p>Unforunately, you cannot set the focus on a hidden div just following an link to an anchor contained inside. Doing this requires some javascript to "select" the correct tab, which is currently beyond the scope of the current wikidot software, I think.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-154282</guid>
				<title>Editing the tab colour by customising yuitabs.png</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-154282</link>
				<description></description>
				<pubDate>Tue, 29 Apr 2008 02:41:04 +0000</pubDate>
				<wikidot:authorName>David Drascic</wikidot:authorName>				<wikidot:authorUserId>113763</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>As you will notice by looking through the <a href="http://www.wikidot.com/common--theme/base/css/style.css">Wikidot Standard Theme CSS</a>, you will find that the background image for the tabs is taken from the file <a href="http://www.wikidot.com/common--javascript/yahooui/assets/sprite.png">sprite.png</a>. That's how they get that nice graduated colour blend. If you create your own version of that file, you can modify the colours of the relevant sections using whatever graphics editor you like. (I used "<a href="http://www.download.com/PhotoFiltre/3000-2192_4-10354493.html?tag=lst-1&amp;cdlPid=10634969">PhotoFiltre</a>" which is a terrific small and free graphics editor with great capabilities, esp for the price).</p> <p>You will then need to upload your own custom version of the sprite.png file, and then create a custom CSS theme where you redefine all of the relevant .yui-navset classes to point to your own graphic:</p> <p><strong>Original code snippet from standard wikidot theme:</strong></p> <div class="code"> <pre> <code>.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background:#d8d8d8 url(/common--javascript/yahooui/assets/sprite.png) repeat-x; /* tab background */ border:solid #a3a3a3; border-width:0 1px; color:#000; position:relative; text-decoration:none; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ background:#2647a0 url(/common--javascript/yahooui/assets/sprite.png) repeat-x left -1400px; /* selected tab background */ color:#fff; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background:#bfdaff url(/common--javascript/yahooui/assets/sprite.png) repeat-x left -1300px; /* selected tab background */ outline:0; }</code> </pre></div> <p><strong>Your custom CSS code:</strong></p> <div class="code"> <pre> <code>.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background:#d8d8d8 url(http://mysite.wikidot.com/local--files/home/sprite.png) repeat-x; /* tab background */ } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */ .yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */ background:#2647a0 url(http://mysite.wikidot.com/local--files/home/sprite.png) repeat-x left -1400px; /* selected tab background */ } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background:#bfdaff url(http://mysite.wikidot.com/local--files/home/sprite.png) repeat-x left -1300px; /* selected tab background */ }</code> </pre></div> <p><strong>NOTE</strong> that you only need to redefine the relevant properties for each class, since it automatically inherits the rest of the properties from the default theme.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-127956</guid>
				<title>Italics</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-127956</link>
				<description></description>
				<pubDate>Wed, 19 Mar 2008 20:35:49 +0000</pubDate>
				<wikidot:authorName>ScrapHeap</wikidot:authorName>				<wikidot:authorUserId>93130</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is there a way to get italic text within tabs?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-107356</guid>
				<title>Print</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-107356</link>
				<description></description>
				<pubDate>Thu, 14 Feb 2008 18:23:27 +0000</pubDate>
				<wikidot:authorName>Toomore</wikidot:authorName>				<wikidot:authorUserId>51289</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I want to print the page but it only display the first tab.<br /> How to list all tabs content for print?<br /> Thanks.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-95255</guid>
				<title>@@ [[toc]] @@</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-95255</link>
				<description></description>
				<pubDate>Tue, 22 Jan 2008 10:46:18 +0000</pubDate>
				<wikidot:authorName>(bkl)</wikidot:authorName>				<wikidot:authorUserId>38951</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>is it possible to use the [[toc]] command only regilnally inside a single tab?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-82346</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-82346</link>
				<description></description>
				<pubDate>Thu, 20 Dec 2007 20:23:44 +0000</pubDate>
				<wikidot:authorName>KillerSpaz</wikidot:authorName>				<wikidot:authorUserId>52741</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>OK I found it DOES support multiple levels of tabs, but still trying to find out if it's possible to have a link jump to a specific tab..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-82289</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-82289</link>
				<description></description>
				<pubDate>Thu, 20 Dec 2007 17:10:21 +0000</pubDate>
				<wikidot:authorName>KillerSpaz</wikidot:authorName>				<wikidot:authorUserId>52741</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>How would you jump from tab to tab via links?</p> <p>I have a tab for reference material and would like my other tabs to have information that link to this reference material sheet.</p> <p>Also, does this support multiple rows of tabs or will it all be inline?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-74864</guid>
				<title>Re: Width and Div</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-74864</link>
				<description></description>
				<pubDate>Mon, 03 Dec 2007 03:57:55 +0000</pubDate>
				<wikidot:authorName>scottplan</wikidot:authorName>				<wikidot:authorUserId>25851</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The tabs are a great feature. They look good in my IE7 browser, but a friend sent me this screenshot from her Mac:</p> <img src="http://columbiacitizens.x10hosting.com/screenshot69.jpg" alt="screenshot69.jpg" class="image" /> <p>There's an image at the right, and the tab text respects it. The tab field spreads over it though.</p> <p>As a stopgap, I've put the whole tab module into its own "div" with a fixed width. The photo frame is also a fixed width, so it would be good to have the width of the tab field adjust according to the width of the browser window.</p> <p>Am I missing something? How do I get the tab field width to adjust the same way text would?</p> <p>S.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-68618</guid>
				<title>Re: CSS styles for the tab view?</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-68618</link>
				<description></description>
				<pubDate>Fri, 16 Nov 2007 06:25:59 +0000</pubDate>
				<wikidot:authorName>charley</wikidot:authorName>				<wikidot:authorUserId>47981</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><strong>test</strong>　</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:tabs/comments/show#post-68381</guid>
				<title>edit section</title>
				<link>http://snippets.wikidot.com/code:tabs/comments/show#post-68381</link>
				<description></description>
				<pubDate>Thu, 15 Nov 2007 16:36:32 +0000</pubDate>
				<wikidot:authorName>Jeffrey Smith</wikidot:authorName>				<wikidot:authorUserId>49095</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I really like the tabs. I am putting the "comments" module on a separate tab to unclutter the space. One negative then is that the "edit sections" doesn't seem to work.</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>