Menü Klappbar...
#9
beim wbb wird dafür ein cookie gesetzt.

soll ja auch zu bleiben beim nächsten aufruf oder?

würds aber auch mit div und java lösen andere chance haste ohne page reload nicht.

Lg Marcel.

Code:
<script type=text/javascript>
function punkt1() {
if(document.getElementByID('test1').style.visibility=='hidden') {
  document.getElementByID('test1').style.visibility='visible';
  document.getElementByID('test2').style.visibility='hidden';
  document.getElementByID('test3').style.visibility='hidden';
}
}
function punkt2() {
if(document.getElementByID('test2').style.visibility=='hidden') {
  document.getElementByID('test1').style.visibility='hidden';
  document.getElementByID('test2').style.visibility='visible';
  document.getElementByID('test3').style.visibility='hidden';
}
}
function punkt3() {
if(document.getElementByID('test3').style.visibility=='hidden') {
  document.getElementByID('test1').style.visibility='hidden';
  document.getElementByID('test2').style.visibility='hidden';
  document.getElementByID('test3').style.visibility='visible';
}
}
</script>
<a href=# onclick=punkt1()>punkt 1</a>
<div id="test1"></div>
<a href=# onclick=punkt2()>punkt 1</a>
<div id="test2"></div>
<a href=# onclick=punkt3()>punkt 1</a>
<div id="test3"></div>

Fertig. hOffe kontne helfen.
  Zitieren


Nachrichten in diesem Thema
Menü Klappbar... - von cHAp - 21.06.2007, 19:33
[Kein Betreff] - von pattex - 21.06.2007, 19:54
[Kein Betreff] - von cHAp - 21.06.2007, 20:56
[Kein Betreff] - von pattex - 21.06.2007, 21:06
[Kein Betreff] - von cHAp - 21.06.2007, 21:13
[Kein Betreff] - von pattex - 21.06.2007, 21:20
[Kein Betreff] - von cHAp - 21.06.2007, 21:26
[Kein Betreff] - von cHAp - 21.06.2007, 21:45
[Kein Betreff] - von KingGO - 22.06.2007, 09:06
[Kein Betreff] - von cHAp - 22.06.2007, 14:29
[Kein Betreff] - von KingGO - 22.06.2007, 19:35
[Kein Betreff] - von cHAp - 22.06.2007, 23:04
[Kein Betreff] - von KingGO - 23.06.2007, 01:18
[Kein Betreff] - von cHAp - 23.06.2007, 02:12
[Kein Betreff] - von KingGO - 23.06.2007, 02:22
[Kein Betreff] - von KingGO - 23.06.2007, 16:14
[Kein Betreff] - von cHAp - 23.06.2007, 21:35
[Kein Betreff] - von cHAp - 23.06.2007, 22:05
[Kein Betreff] - von KingGO - 24.06.2007, 00:35
[Kein Betreff] - von cHAp - 24.06.2007, 01:53
[Kein Betreff] - von KingGO - 24.06.2007, 12:34
[Kein Betreff] - von cHAp - 24.06.2007, 13:17
[Kein Betreff] - von KingGO - 24.06.2007, 13:21
[Kein Betreff] - von cHAp - 24.06.2007, 13:30
[Kein Betreff] - von KingGO - 24.06.2007, 13:32
[Kein Betreff] - von cHAp - 24.06.2007, 13:39
[Kein Betreff] - von KingGO - 24.06.2007, 13:42
[Kein Betreff] - von cHAp - 24.06.2007, 13:45
[Kein Betreff] - von cHAp - 24.06.2007, 14:37
[Kein Betreff] - von KingGO - 24.06.2007, 15:18
[Kein Betreff] - von cHAp - 24.06.2007, 17:49

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste