Bonjour,
J'aurais une p'tite question j'utilise ce menu mais des que j'actualise ma page il repart au premier est ce qu'il y a un moyen qu'il reste sur l'onglet sélectionner ???

Version jquery:
Lien vers le jquery.js
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
/*
 * jquery.tools 1.1.2 - The missing UI library for the Web
 *
 * [tools.tabs-1.0.4, tools.tabs.slideshow-1.0.2, tools.tabs.history-1.0.2, tools.tooltip-1.1.2, tools.tooltip.slide-1.0.0, tools.tooltip.dynamic-1.0.1, tools.scrollable-1.1.2, tools.scrollable.circular-0.5.1, tools.scrollable.autoscroll-1.0.1, tools.scrollable.navigator-1.0.2, tools.scrollable.mousewheel-1.0.1, tools.overlay-1.1.2, tools.overlay.gallery-1.0.0, tools.overlay.apple-1.0.1, tools.expose-1.0.5]
 *
 * Copyright (c) 2009 Tero Piirainen
 * http://flowplayer.org/tools/
 *
 * Dual licensed under MIT and GPL 2+ licenses
 * http://www.opensource.org/licenses
 *
 * -----
 *
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Sizzle CSS Selector Engine - v0.9.3
 * Copyright 2009, The Dojo Foundation
 * Released under the MIT, BSD, and GPL Licenses.
 * More information: http://sizzlejs.com/
 *
 * -----
 *
 * jquery.event.wheel.js - rev 1
 * Copyright (c) 2008, Three Dub Media (http://threedubmedia.com)
 * Liscensed under the MIT License (MIT-LICENSE.txt)
 * http://www.opensource.org/licenses/mit-license.php
 * Created: 2008-07-01 | Updated: 2008-07-14
 *
* -----
 *
 * File generated: Wed Oct 07 09:46:53 GMT 2009


Voici mon code du menu
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
 $this->_html .= ' 
 
	 <div id="content_tabs">
	<ul  id="flowtabs">
	<li ><a href="#" title="General" class="tab_general" >'.$this->l('General').'</a></li> 
	<li ><a href="#" title="Category" class="tab_on tab_lang_default" >'.$this->l('Category').'</a></li> 
	 <li ><a href="#" title="Flash" class="tab_on " >'.$this->l('Flash Sales').'</a></li>     
      <li><a href="#" title="Countant" class="tab_on " >'.$this->l('Coutant Price').'</a></li>     
	  <li ><a href="#" title="stocks" class="tab_on " >'.$this->l('clearance').'</a></li>
      <li ><a href="#" title="Promotion" class="tab_on " >'.$this->l('Promotion').'</a></li>     
      <li ><a href="#" title="Sale" class="tab_on " >'.$this->l('On sale !').'</a></li>
      <li ><div class="tab_void"></div></li>	  
	  </ul>
 
 
 
	  ';
Et ma fonction jquery

$this->_html .= '<script type="text/javascript">
$(function() {
$("#flowtabs").tabs("#flowpanes > div").history();
});</script> </div>';