Tabs

By michal frackowiakmichal frackowiak

Description

This solution will show you how to create tabs.

Code

There are 2 control tags you will have to use: [[tabview]] and [[tab]].

[[tabview]]
[[tab Lorem ipsum]]
Lorem ipsum dolor sit amet...
[[/tab]]
[[tab You Tube rocks]]
...
[[/tab]]
[[tab Flickr rocks too!!!]]
...
[[/tab]]
[[/tabview]]

view source — view the whole source

In action

And here is what you can expect:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula volutpat condimentum. Aliquam erat volutpat. Sed quis velit. Nulla facilisi. Nulla libero. Vivamus pharetra posuere sapien. Nam consectetuer. Sed aliquam, nunc eget euismod ullamcorper, lectus nunc ullamcorper orci, fermentum bibendum enim nibh eget ipsum. Donec porttitor ligula eu dolor. Maecenas vitae nulla consequat libero cursus venenatis.

Css Code for red tabs.

insert this into your custom theme

/* TABS */

.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#d8d8d8;
    background-image: url(http://lastlook.pl/~quake/wikidot/images/yuitabs.png);
}

.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em {
    border-color: #a3a3a3;
}

.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:#700 url(http://lastlook.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#fff;
}

.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:#d88 url(http://lastlook.pl/~quake/wikidot/images/yuitabs.png) repeat-x left -1300px;
}

.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #444;
}

Rate this solution

If you think this solution is useful — rate it up! Or dump it otherwise.

rating: +102+x
CSS styles for the tab view?
pieterhpieterh 1191954221|%e %b %Y, %H:%M %Z|agohover

Can the colors be modified via CSS?

unfold CSS styles for the tab view? by pieterhpieterh, 1191954221|%e %b %Y, %H:%M %Z|agohover
Re: CSS styles for the tab view?
gerdamigerdami 1192054191|%e %b %Y, %H:%M %Z|agohover

Red tabs here : http://quake.wikidot.com/

unfold Re: CSS styles for the tab view? by gerdamigerdami, 1192054191|%e %b %Y, %H:%M %Z|agohover
Re: CSS styles for the tab view?
charleycharley 1195194359|%e %b %Y, %H:%M %Z|agohover

test 

unfold Re: CSS styles for the tab view? by charleycharley, 1195194359|%e %b %Y, %H:%M %Z|agohover
ZidarZidar 1192105421|%e %b %Y, %H:%M %Z|agohover

Can you give an example? If it is possible?

last edited on 1192105660|%e %b %Y, %H:%M %Z|agohover by Zidar + show more
unfold by ZidarZidar, 1192105421|%e %b %Y, %H:%M %Z|agohover
Re:
michal frackowiakmichal frackowiak 1192779327|%e %b %Y, %H:%M %Z|agohover

Hmmm.. probably we will change the default color to something more neutral… like gray? Blue is indeed too much outstanding.

We will post info on how to change colors later. Yes, this can be done via CSS.


Michał Frąckowiak @ Wikidot Inc.
Visit my blog at michalf.me

last edited on 1192781259|%e %b %Y, %H:%M %Z|agohover by michal frackowiak + show more
unfold Re: by michal frackowiakmichal frackowiak, 1192779327|%e %b %Y, %H:%M %Z|agohover
Tab View: Width
WhiteKnight82WhiteKnight82 1193793190|%e %b %Y, %H:%M %Z|agohover

I have found a wonderful use for tabs.. the embedding of YouTube media.. on separate tabs on a single page.. to keep things efficient.. all i need now is a way of making the tab view width match the total width of the content with a % value… can this be done?

unfold Tab View: Width by WhiteKnight82WhiteKnight82, 1193793190|%e %b %Y, %H:%M %Z|agohover
Width and Div
SWSSWS 1194034073|%e %b %Y, %H:%M %Z|agohover

Great addition! Thank-you. I tried (without success) to get "div" (for vertical spacing) working within a tab - any suggestions?(scratch that, typo on my part) Also (as above) would like the width of the entire tab structure constrained so a floating image can be to the right of it. Will try to figure it out but just in case one of you brainiacs already did…

last edited on 1194034621|%e %b %Y, %H:%M %Z|agohover by SWS + show more
unfold Width and Div by SWSSWS, 1194034073|%e %b %Y, %H:%M %Z|agohover
Re: Width and Div
scottplanscottplan 1196654275|%e %b %Y, %H:%M %Z|agohover

The tabs are a great feature. They look good in my IE7 browser, but a friend sent me this screenshot from her Mac:

screenshot69.jpg

There's an image at the right, and the tab text respects it. The tab field spreads over it though.

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.

Am I missing something? How do I get the tab field width to adjust the same way text would?

S.

unfold Re: Width and Div by scottplanscottplan, 1196654275|%e %b %Y, %H:%M %Z|agohover
edit section
Jeffrey SmithJeffrey Smith 1195144592|%e %b %Y, %H:%M %Z|agohover

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.

unfold edit section by Jeffrey SmithJeffrey Smith, 1195144592|%e %b %Y, %H:%M %Z|agohover
KillerSpazKillerSpaz 1198170621|%e %b %Y, %H:%M %Z|agohover

How would you jump from tab to tab via links?

I have a tab for reference material and would like my other tabs to have information that link to this reference material sheet.

Also, does this support multiple rows of tabs or will it all be inline?

unfold by KillerSpazKillerSpaz, 1198170621|%e %b %Y, %H:%M %Z|agohover
Re:
KillerSpazKillerSpaz 1198182224|%e %b %Y, %H:%M %Z|agohover

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..

unfold Re: by KillerSpazKillerSpaz, 1198182224|%e %b %Y, %H:%M %Z|agohover
Re: linking to content in a specific tab
David DrascicDavid Drascic 1210820195|%e %b %Y, %H:%M %Z|agohover

The tabs currently work with CSS only, without any JS scripting.

In its most basic terms, each tab is a floating <DIV> 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.

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.

unfold Re: linking to content in a specific tab by David DrascicDavid Drascic, 1210820195|%e %b %Y, %H:%M %Z|agohover
Re:
BrightMornBrightMorn 1210994631|%e %b %Y, %H:%M %Z|agohover

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?

unfold Re: by BrightMornBrightMorn, 1210994631|%e %b %Y, %H:%M %Z|agohover
Re:
ljkloftljkloft 1215698039|%e %b %Y, %H:%M %Z|agohover

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
In Internet Explorer the page reports the following error: Internet Explorer cannot open the Internet site http://ec720.wikidot.com/cindy-l-hill. Operation aborted.

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.

Next thought, was it the browser not meeting standards. Opened the page in Firefox v3 and the page works correctly.

Has anyone had experience with Internet Explorer incompatibilities on wikidot?

Len

unfold Re: by ljkloftljkloft, 1215698039|%e %b %Y, %H:%M %Z|agohover
@@ [[toc]] @@
(bkl)(bkl) 1200998778|%e %b %Y, %H:%M %Z|agohover

is it possible to use the [[toc]] command only regilnally inside a single tab?

unfold @@ [[toc]] @@ by (bkl)(bkl), 1200998778|%e %b %Y, %H:%M %Z|agohover
Print
ToomoreToomore 1203013407|%e %b %Y, %H:%M %Z|agohover

I want to print the page but it only display the first tab.
How to list all tabs content for print?
Thanks.

last edited on 1203013486|%e %b %Y, %H:%M %Z|agohover by Toomore + show more
unfold Print by ToomoreToomore, 1203013407|%e %b %Y, %H:%M %Z|agohover
Italics
ScrapHeapScrapHeap 1205958949|%e %b %Y, %H:%M %Z|agohover

Is there a way to get italic text within tabs?

unfold Italics by ScrapHeapScrapHeap, 1205958949|%e %b %Y, %H:%M %Z|agohover
Editing the tab colour by customising yuitabs.png
David DrascicDavid Drascic 1209436864|%e %b %Y, %H:%M %Z|agohover

As you will notice by looking through the Wikidot Standard Theme CSS, you will find that the background image for the tabs is taken from the file sprite.png. 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 "PhotoFiltre" which is a terrific small and free graphics editor with great capabilities, esp for the price).

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:

Original code snippet from standard wikidot theme:

.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;
}

Your custom CSS 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 */
}

NOTE 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.

last edited on 1210821834|%e %b %Y, %H:%M %Z|agohover by David Drascic + show more
unfold Editing the tab colour by customising yuitabs.png by David DrascicDavid Drascic, 1209436864|%e %b %Y, %H:%M %Z|agohover
Re: Editing the tab colour by customising yuitabs.png
rhombus prhombus p 1231553439|%e %b %Y, %H:%M %Z|agohover

thanks so much for this code. My Tabs look so much better now! =D


battle%20logo.png
unfold Re: Editing the tab colour by customising yuitabs.png by rhombus prhombus p, 1231553439|%e %b %Y, %H:%M %Z|agohover
How do I get tabs to work in the side-bar?
JNMay87JNMay87 1211141191|%e %b %Y, %H:%M %Z|agohover

I wanted to have the sidebar on my wiki in both Spanish and English using tabs, but they don't work on the side-bar. Any ideas as to how to fix this?

unfold How do I get tabs to work in the side-bar? by JNMay87JNMay87, 1211141191|%e %b %Y, %H:%M %Z|agohover
Re: How do I get tabs to work in the side-bar?
Vincent CharetteVincent Charette 1211339831|%e %b %Y, %H:%M %Z|agohover

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.

Here is the what I did. If you follow the same structure, you should get text that fold under
English. You should also change the page links as your pages may not have the same name as mine, and you can change Français to Spanish, and all the page links that are under that list.

Basically, follow this structure.

Hope this helps, I know it is not tabs in the side-bar, but I think that it will do what you want.

unfold Re: How do I get tabs to work in the side-bar? by Vincent CharetteVincent Charette, 1211339831|%e %b %Y, %H:%M %Z|agohover
Re: How do I get tabs to work in the side-bar?
Vincent CharetteVincent Charette 1211340258|%e %b %Y, %H:%M %Z|agohover

[[div class="foldable-list-container"]]
* [# Français]
* [[[français:bienvenue | Page de bienvenue]]]
* [[[français:questcequunwiki| Qu'est ce qu'un Wiki?]]]
* [[[français:commentmodifierlespages? | Comment modifier les pages?]]]
* [[[system:members | Membres du site]]]
* [[[system:page-tags-list| Étiquettes]]]
* [[[admin:manage|Maître du site]]]
[[/div]]

I could not get the indent to show in this version, sorry. I forgot to show the code in the previous post.

unfold Re: How do I get tabs to work in the side-bar? by Vincent CharetteVincent Charette, 1211340258|%e %b %Y, %H:%M %Z|agohover
More tabs in side bar info please
ONS_BrendanONS_Brendan 1211556288|%e %b %Y, %H:%M %Z|agohover

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.

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.

last edited on 1211556312|%e %b %Y, %H:%M %Z|agohover by ONS_Brendan + show more
unfold More tabs in side bar info please by ONS_BrendanONS_Brendan, 1211556288|%e %b %Y, %H:%M %Z|agohover
:)
EscuraEscura 1213782903|%e %b %Y, %H:%M %Z|agohover

Thanks this is really useful

unfold :) by EscuraEscura, 1213782903|%e %b %Y, %H:%M %Z|agohover
bug
NorthNorth 1216132227|%e %b %Y, %H:%M %Z|agohover

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.

link here:

last edited on 1216132993|%e %b %Y, %H:%M %Z|agohover by North + show more
unfold bug by NorthNorth, 1216132227|%e %b %Y, %H:%M %Z|agohover
Re: bug
JadianJadian 1216901879|%e %b %Y, %H:%M %Z|agohover

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…

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.

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.

unfold Re: bug by JadianJadian, 1216901879|%e %b %Y, %H:%M %Z|agohover
STILL Tab Field Problem
VashTexanVashTexan 1220813862|%e %b %Y, %H:%M %Z|agohover

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?

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 :

[[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]]

SO FAR I HAVE FOUND 3 WORKAROUNDS:
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.

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. Make sure to press Enter/Return after the last underscore or it'll be visible. Kinda simple and crude coding, BUT IT WORKS! Might cause problems when using different-sized div boxes…MAYBE.

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.

last edited on 1220879110|%e %b %Y, %H:%M %Z|agohover by VashTexan + show more
unfold STILL Tab Field Problem by VashTexanVashTexan, 1220813862|%e %b %Y, %H:%M %Z|agohover
New to Wikidot...additional tabs?
BMS Media CenterBMS Media Center 1229097087|%e %b %Y, %H:%M %Z|agohover

I was able to cut and paste the code for the blue tabs into my site. What do I need to do to add more than 3 tabs?

I found my syntax error.

last edited on 1229102876|%e %b %Y, %H:%M %Z|agohover by BMS Media Center + show more
unfold New to Wikidot...additional tabs? by BMS Media CenterBMS Media Center, 1229097087|%e %b %Y, %H:%M %Z|agohover
MoxeMoxe 1229307066|%e %b %Y, %H:%M %Z|agohover

Playing with the css, I can change most of the colors to match my theme without having to use links to imgs, but for some reason the actual text area is white, so the borders and buttons match but then that stands out against my color scheme. Is there some kind of css code to actually change the background color of that text area?

I'm trying to make it seem like its a seamless piece of my wiki. So they flip the tabs and the background is the same as the actual web page, so basically I'm killing all borders except for the top one and the buttons.

Sorry if that sounds confusing.


nevermind, found the info I needed on another thread

last edited on 1229409151|%e %b %Y, %H:%M %Z|agohover by Moxe + show more
unfold by MoxeMoxe, 1229307066|%e %b %Y, %H:%M %Z|agohover
Even Tab numbers not showing anything
Miserlou57Miserlou57 1230181219|%e %b %Y, %H:%M %Z|agohover

For some reason, only my odd numbered tabs display any data. Tabs 2, 4, 6, etc. show absolutely nothing. I tested the same exact code in each tab, yet every time only the odd tabs display anything.

Any help would be greatly appreciated.

Thanks

unfold Even Tab numbers not showing anything by Miserlou57Miserlou57, 1230181219|%e %b %Y, %H:%M %Z|agohover
Re: Even Tab numbers not showing anything
Helmuti_pdorfHelmuti_pdorf 1231578965|%e %b %Y, %H:%M %Z|agohover

A link to an example would be helpful!


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: Even Tab numbers not showing anything by Helmuti_pdorfHelmuti_pdorf, 1231578965|%e %b %Y, %H:%M %Z|agohover
Background Color
suicidechildesuicidechilde 1232420016|%e %b %Y, %H:%M %Z|agohover

I copied the code under the CSS Code for red tabs area for the Red tags. I want to use the tabs example in the In Action area above, but when I copy the code into my CSS, the background area where the text is a blue color. I don't know how to fix this so that it is grey instead of blue. If you need to see what I am talking about, the link is:

http://mutantmush.wikidot.com/template:faction

Any help would be appreciated. Thanks.


"Long is the way, and hard, that out of hell leads up to light."
- John Milton; Paradise Lost, BOOK II

unfold Background Color by suicidechildesuicidechilde, 1232420016|%e %b %Y, %H:%M %Z|agohover
Re: Background Color
Helmuti_pdorfHelmuti_pdorf 1232869301|%e %b %Y, %H:%M %Z|agohover

Better ask in the Community….


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: Background Color by Helmuti_pdorfHelmuti_pdorf, 1232869301|%e %b %Y, %H:%M %Z|agohover
Tab names that change.
computermixcomputermix 1233454161|%e %b %Y, %H:%M %Z|agohover

Is it possible to have tabs that after you click them change their names? Such as a tab that's labeled "OPEN" and then once you select that tab it changes to "CLOSED"? If so how do you do it?

unfold Tab names that change. by computermixcomputermix, 1233454161|%e %b %Y, %H:%M %Z|agohover
Re: Tab names that change.
Helmuti_pdorfHelmuti_pdorf 1233511888|%e %b %Y, %H:%M %Z|agohover

The only tags I know - which changes their "labeling" if they are opened or closed - are the [[collapsible]] and [[/collapsible]] block..

I do not believe that there is a way to do the same with tabs…


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: Tab names that change. by Helmuti_pdorfHelmuti_pdorf, 1233511888|%e %b %Y, %H:%M %Z|agohover
Re: Tab names that change.
computermixcomputermix 1233897351|%e %b %Y, %H:%M %Z|agohover

Alright then. Thanks anyways for your time.

unfold Re: Tab names that change. by computermixcomputermix, 1233897351|%e %b %Y, %H:%M %Z|agohover
Tab Icons
Spica AndromedaSpica Andromeda 1233990499|%e %b %Y, %H:%M %Z|agohover

Can't use pictures as the Tab's Header. Inserting [[tab url:]] will result in URL displayed instrad of image.

unfold Tab Icons by Spica AndromedaSpica Andromeda, 1233990499|%e %b %Y, %H:%M %Z|agohover
Help Needed: adding default tab snippet reverts my site header graphic to default theme graphic
mappel74mappel74 1234115488|%e %b %Y, %H:%M %Z|agohover

Trying to consolidate a bunch of annual photo gallery pages into a single photo gallery page wtih tabs. I implemented the tab snippet and it works wonderfully but I noticed that it changes the header graphic back to the graphic that came with one of the default wikidot themes.

Original: http://www.119ta.net/2007-photos
New: http://www.119ta.net/photo-gallery

Not sure if adding the snippet is messing with the CSS or not - any help would be greatly appreciated…

Re: Help Needed: adding default tab snippet reverts my site header graphic to default theme graphic
Helmuti_pdorfHelmuti_pdorf 1234175227|%e %b %Y, %H:%M %Z|agohover

1. This is only happening in IE (7). NOT in Firefox (2)

2. Using Tabs there is a VERY LONG Load time connected - ALL Pictures are loaded in ONE go - the resulting ONE page is only divided by internal anchors…

3. Using links and "pagination" in the old format makes it more usable and user friendly..

4. Using tabs is Author-friendly ( except all visitors habe a very fast connection - line

5. Last - but not least - this is a strange behaviour in IE and I posted this on the bug-tracker system to the developer team (ticket:231 -Tabs changes CSS-Style in IE - this is a privat pro-site)

Hope this helps soon…


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: Help Needed: adding default tab snippet reverts my site header graphic to default theme graphic
Helmuti_pdorfHelmuti_pdorf 1234182444|%e %b %Y, %H:%M %Z|agohover

Hi!

The question is - is this only occuring with the "long" page comntent with such a mass of pictures?

means - CAN YOU TEST THIS WITHOUT THE GALLERIES in a test page?

The answer of the developer is: this seems to be a IE-bug and is occurring if too much images are to load and the last image (for the header by CSS) is too much for the IE..

If trhis is true - than someone has to inform the MS IE team about his error - or you have to make your page a little "smaller" ( not with such overloading images in ONE GO ( my point 2 in the other post)


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: Help Needed: adding default tab snippet reverts my site header graphic to default theme graphic
mappel74mappel74 1234396823|%e %b %Y, %H:%M %Z|agohover

Thanks for the reply. I reverted back to the original nav for user experience reasons you mentioned.

However, to test your theory, I put the entire gallery listing on a separate test page without tabs and viewed it in IE 7.0. Result is that the old header graphic appeared so it's not tabs that are the issue, it's a bug native to IE (Chrome worked just fine)

If there is anything you can do, let me know

Re: Help Needed: adding default tab snippet reverts my site header graphic to default theme graphic
Helmuti_pdorfHelmuti_pdorf 1234425111|%e %b %Y, %H:%M %Z|agohover

Thanks for the test - it is really the overloading of IE with too much images… one point more to drop IE as soon as possible….(but now this is not possible..).
Question: can you copy the "Phototest" page to another one and try to delete step by step (from the bottom up) some galleries and to have a view where the header-graphics come back in IE?
(find out the limit of "images").

Could be this does not help anyway - because the mistake is to put all images on one page - but it would be interesting where the limits lies…


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

Re: Help Needed: adding default tab snippet reverts my site header graphic to default theme graphic
mappel74mappel74 1236257269|%e %b %Y, %H:%M %Z|agohover

Thanks again for the help. When i have some time, will explore that option. I'm curious too…

Tabs inside the first tab
Lola92Lola92 1236213153|%e %b %Y, %H:%M %Z|agohover

I want to make a tab with multi tabs inside of that one..

unfold Tabs inside the first tab by Lola92Lola92, 1236213153|%e %b %Y, %H:%M %Z|agohover
Re: Tabs inside the first tab
Helmuti_pdorfHelmuti_pdorf 1236243620|%e %b %Y, %H:%M %Z|agohover

Sorry,

Nested tabs are not possible!


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: Tabs inside the first tab by Helmuti_pdorfHelmuti_pdorf, 1236243620|%e %b %Y, %H:%M %Z|agohover
Add a new comment
Page tags: layout tab tabs tabview
page_revision: 8, last_edited: 1248101908|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License