2010-07-28 10 views

Répondre

2

http://flowplayer.org/tools/tabs/index.html

look pour initialIndex dans la propriété de configuration ...

+0

Salut Reigel, merci pour ce conseil. Oui, 'initialIndex' était le mot magique manquant ;-) Juergen – Juergen

+0

pas de soucis .. vous pouvez accepter la bonne réponse maintenant .. :) – Reigel

1
$(".slidetabs").tabs(".images > div", { 

    // enable "cross-fading" effect 
    effect: 'fade', 
    fadeOutSpeed: "slow", 

    // start from the beginning after the last tab 
    rotate: true, 

//set your default tab 
current: "tab_2" //class name 

// use the slideshow plugin. It accepts its own configuration 
}).slideshow(); 
+0

Salut Flakron, merci pour votre aide. Le conseil de Reigel avec 'initialIndex' était la solution. Juergen – Juergen