Alle Foren Game-Menue Hack-Menue AGB-Menue Extra-Menue Admin-Menue
Zur Startseite
Frohe Festtage für alle, und einen guten Rutsch in das Jahr 2024

01:01:2024 closed




Neues Thema erstellenAntwort erstellen
Zum Ende der Seite springen  scroll menü hielfe vielcht weiss einer was ??
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
toni tulppe0815 toni tulppe0815 ist männlich
User


Dabei seit: 16.04.2005
Beiträge: 156
0 Filebase-Einträge

Guthaben: 0 h4wfunnys

Aktienbestand: 0 Stück

User werben:
geworbene User: 0
Herkunft: nrw


Mitglied bewerten

Level: 37 [?]
Erfahrungspunkte: 1.090.302
Nächster Level: 1.209.937

119.635 Erfahrungspunkt(e) für den nächsten Levelanstieg


scroll menü hielfe vielcht weiss einer was ?? Auf diesen Beitrag antworten Zitatantwort auf diesen Beitrag erstellen Diesen Beitrag editieren/löschen Diesen Beitrag einem Moderator melden       Zum Anfang der Seite springen

hallo erst ein mal alle zusammen :)

ich habe ein probläm oder auch nicht es geht um die menü leiste die ich in meinem board mit eingebaut habe hier sie scrollt auch schon supper mit
aber ich finde es ist nicht das gelbe vom ei ist ich hätte es gerne so in etwa hier ist dies möglich so hin zu bekommen wehre klasse den habe schon einige sachen ausprobiert u.s.w. aber kamm nicht weiter

habe hier mal das script was ich drin habe

code:
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:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | {$lang->items['LANG_START_TITLE']}</title>
$headinclude
<style type="text/css" media="screen">

{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	overflow: auto;
	padding: 10px;
	margin: 0px;
}

ul, li
{
	list-style-type: none;
	padding: 1px;
	margin: 1px;
}

.menu
{
	position: absolute;
	z-index: 3;
	top: 10px;
}

.menu li
{
	width: 140px;
	float: left;
}

.menu a
{
	border: 2px solid #BCAE84;
	background-color: #1197A9;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: default;
	margin: 0px 5px;
	display: block;
	height: 20px;
	color: #D7CEBC;
}

.menu a:hover
{
	background-color:  #D7CEBC;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
	font-size: 12px;
	display: none;
	width: 140px;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
	font-weight: normal;
	padding-top: 2px;
	border-top: 0px;
	cursor: pointer;
}
//-->
</style>
<script type="text/javascript">
<!--
function montre(id)
{
	with (document)
	{
		if (getElementById)
			getElementById(id).style.display = 'block';
		else if (all)
			all[id].style.display = 'block';
		else
			layers[id].display = 'block';
	}
}

function cache(id)
{
	with (document)
	{
		if (getElementById)
			getElementById(id).style.display = 'none';
		else if (all)
			all[id].style.display = 'none';
		else
			layers[id].display = 'none';
	}
}
//-->
</script>

</head>
<body>

<div class=" menu ">
  <ul>

[COLOR="Red"]<div style="position : fixed; top: 15px; left: 400px;">[/COLOR]

<li><a href="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Forum</a>
      <ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
        <li><a href=      http://www.toni-tulppe.de/wbb2/hmportal.php?      "">Portal</a></li>
        <li><a href=       http://toni-tulppe.de/wbb2/regeln.php?sid=       "">Board Regeln</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/index.php        "">Forenübersicht</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/calendar.php    "">Kalender</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/misc.php?action=faq       "">Forenhilfe</a></li>
        <li><a href=      http://www.toni-tulppe.de/wbb2/linkliste/links.php?action=    "">Linkleiste</a></li>
        <li><a href=      http://www.toni-tulppe.de/wbb2/chat/index.php           "">Chat</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/partner.php?action=faq                 "">   Partner         </a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/search.php   "">Suche</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/team.php         "">Teamliste</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/toppost.php?page=0&sid=       "">Topposterin / er</a></li>
      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">User CP</a>
      <ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
        <li><a href=     http://www.toni-tulppe.de/wbb2/usercp.php   "">Kontrollzentrum</a></li>
        <li><a href=    http://www.toni-tulppe.de/wbb2/pms.php   "">PM / PN' s</a></li>

      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Bordspiele</a>
      <ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
        <li><a href=      http://toni-tulppe.de/wbb2/blume.php        "">Boardgarten</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/arcade_gold.php          ""> Arcade Gold</a></li>
        <li><a href=          http://toni-tulppe.de/wbb2/knuffel_start.php            "">Knuffel</a></li>
        <li><a href=      http://www.toni-tulppe.de/wbb2/cash.php       "">wer gewint die 1 000€ ?</a></li>
        <li><a href=          http://www.toni-tulppe.de/wbb2/find5.php           "">finde 5</a></li>
        <li><a href=        http://www.toni-tulppe.de/wbb2/wdpoker.php   "">Poka</a></li>
        <li><a href=      http://www.toni-tulppe.de/same/same.php         "">same</a></li>
        <li><a href=          http://www.toni-tulppe.de/wbb2/fakemix.php         "">Fakemix</a></li>
        <li><a href=          http://www.toni-tulppe.de/wbb2/minicross.php             ""> MiniCrossWord</a></li>
        <li><a href=       http://www.toni-tulppe.de/wbb2/kniffel_play.php?action=faq      "">Kniffel</a></li>
        <li><a href="">Subkategorie 3.5</a></li>

      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">Sonstiges</a>
      <ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
        <li><a href=      http://toni-tulppe.de/wbb2/blume.php        "">Boardgarten</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/advent.php      "">Advent Kalender</a></li>
        <li><a href=    http://www.toni-tulppe.de/wbb2/xtree.php    "">Weihnachtsbaum</a></li>
      </ul>
    </li>
  </ul>
</div>
</div>
</head>


ich hoffe jemat kann mir helfen

ich habe festgestählt das die link's nicht gehen schuldigung wurde in einer anderen board software geschrieben nu hier der link zum script http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm

und hier zum board wo ich es drin habe http://toni-tulppe.de/wbb2/index.php

würde mich freuen über hielfe

__________________

Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von toni tulppe0815: 16.01.2008 17:37.

15.01.2008 23:45 toni tulppe0815 ist offline E-Mail an toni tulppe0815 senden Homepage von toni tulppe0815 Beiträge von toni tulppe0815 suchen Nehmen Sie toni tulppe0815 in Ihre Freundesliste auf
Zum Ende der Seite springen  scroll menü hielfe vielcht weiss einer was ??
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
toni tulppe0815 toni tulppe0815 ist männlich
User


Dabei seit: 16.04.2005
Beiträge: 156
0 Filebase-Einträge

Guthaben: 0 h4wfunnys

Aktienbestand: 0 Stück

User werben:
geworbene User: 0
Herkunft: nrw


Mitglied bewerten

Level: 37 [?]
Erfahrungspunkte: 1.090.302
Nächster Level: 1.209.937

119.635 Erfahrungspunkt(e) für den nächsten Levelanstieg

Themenstarter Thema begonnen von toni tulppe0815

Auf diesen Beitrag antworten Zitatantwort auf diesen Beitrag erstellen Diesen Beitrag editieren/löschen Diesen Beitrag einem Moderator melden       Zum Anfang der Seite springen

es solte nu in allen gebrauchbaren brauseren gehen °_^

achtet auf das (c) bitte
die erweiterung liegt bei mir ist nicht mit eingebaut und steht aber zur weiteren überarbeitung zur verfügung ........... es kann in fast jedem stayl im header direckt oben eingebunden werden °_^ ich hoffe irgent wer hat spass drann


code:
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:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>DHTML Titel auf einem floating Layer, positionsbestimmet</title>
<meta name="description" content="DHTML floating Titel auf einem Layer, Beispiel Download">
<meta name="keywords" content="dhtml, css, layer, floating, position, feste, beispiel, download, html, JavaScript, script, CSS, Style Sheets, free, kostenlos">
<meta name="GENERATOR" content="Ulli Meybohms HTML EDITOR">
<meta name="author" content="Wilhelm Jansen">
<basefont face="Arial,Helvetica">

<!--::::::::::::::::::::::::::::::::::::::::-->
<!--ab hier steht das zugeh&#65533;rige JavaScript-->
<SCRIPT LANGUAGE="JavaScript">
<!-- Original:  Richard Cleaver (richard@cleaver.org.uk) -->
<!-- mod:  w. jansen (web-toolbox.net) -->
<!-- Begin
function floatButton() {
if (document.all) {
document.all.topHeadline.style.pixelTop = document.body.scrollTop;
}
else if (document.layers) {
document.topHeadline.top = window.pageYOffset;
}
else if (document.getElementById) {
document.getElementById('topHeadline').style.top = window.pageYOffset + 'px';
   }
}
if (document.all)
window.onscroll = floatButton;
else
setInterval ('floatButton()', 50);
function initButton () {
if (document.all) {
document.all.topHeadline.style.pixelLeft = document.body.clientWidth - document.all.topHeadline.offsetWidth;
document.all.topHeadline.style.visibility = 'visible';
}
else if (document.layers) {
document.topHeadline.left = window.innerWidth - document.topHeadline.clip.width - 500;
document.topHeadline.visibility = 'show';
}
else if (document.getElementById) {
document.getElementById('topHeadline').style.left = (window.innerWidth - 850) + 'px';
document.getElementById('topHeadline').style.visibility = 'visible';
   }
}
//  End -->

</script>
<!--bis hier steht das zugeh&#65533;rige JavaScript-->
<!--::::::::::::::::::::::::::::::::::::::::-->

<body onLoad="initButton()"; bgcolor="#CEFFDB" text="#000000" link="#000000" vlink="#000000" topmargin="0" leftmargin="0" bottommargin="0" marginwidth="0" marginheight="0">


<!--::::::::::::::::::::::::::::::::::::::::::::::::-->
<!-- hier steht der Code f&#65533;r den flie&#65533;enden Bereich -->
<SPAN ID="topHeadline" STYLE="position: absolute; visibility: hidden; top: 5px;">

<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#E1CA9C">
<table bgcolor="#00DF00" width="100%" border="0" cellspacing="10" cellpadding="0">

<style type="text/css">
<!--


{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	overflow: auto;
	padding: 10px;
	margin: 1px;
}

ul, li
{
	list-style-type: none;
	padding: 1px;
	margin: 0px;
}

.menu
{
	position: absolute;
	z-index: 3;
	top: 10px;
}

.menu li
{
	width: 140px;
	float: left;
}

.menu a
{
	border: 2px solid #BCAE84;
	background-color: #E1CA9C;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: default;
	margin: 0px 5px;
	display: block;
	height: 20px;
	color: #D7CEBC;
}

.menu a:hover
{
	background-color:  #D7CEBC;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
	font-size: 12px;
	display: none;
	width: 140px;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
	font-weight: normal;
	padding-top: 2px;
	border-top: 0px;
	cursor: pointer;
}
//-->
</style>

<script type="text/javascript">
<!--
function montre(id)
{
	with (document)
	{
		if (getElementById)
			getElementById(id).style.display = 'block';
		else if (all)
			all[id].style.display = 'block';
		else
			layers[id].display = 'block';
	}
}

function cache(id)
{
	with (document)
	{
		if (getElementById)
			getElementById(id).style.display = 'none';
		else if (all)
			all[id].style.display = 'none';
		else
			layers[id].display = 'none';
	}
}
//-->
</script>

</head>
<body>
<div class=" menu ">
  <ul>
</head>
    <li><a href="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Forum</a>
      <ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">


        <li><a href=      http://www.toni-tulppe.de/wbb2/hmportal.php?      "">Portal</a></li>
        <li><a href=       http://toni-tulppe.de/wbb2/regeln.php?sid=       "">Board Regeln</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/index.php        "">Forenübersicht</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/calendar.php    "">Kalender</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/misc.php?action=faq       "">Forenhilfe</a></li>
        <li><a href=      http://www.toni-tulppe.de/wbb2/linkliste/links.php?action=    "">Linkleiste</a></li>
        <li><a href=      http://www.toni-tulppe.de/wbb2/chat/index.php           "">Chat</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/partner.php?action=faq                 "">   Partner         </a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/search.php   "">Suche</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/team.php         "">Teamliste</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/toppost.php?page=0&sid=       "">Topposterin / er</a></li>
      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">User CP</a>
      <ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
        <li><a href=     http://www.toni-tulppe.de/wbb2/usercp.php   "">Kontrollzentrum</a></li>
        <li><a href=    http://www.toni-tulppe.de/wbb2/pms.php   "">PM / PN' s</a></li>

      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Bordspiele</a>
      <ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
        <li><a href=      http://toni-tulppe.de/wbb2/blume.php        "">Boardgarten</a></li>
        <li><a href=      http://toni-tulppe.de/wbb2/arcade_gold.php          ""> Arcade Gold</a></li>
        <li><a href=          http://toni-tulppe.de/wbb2/knuffel_start.php            "">Knuffel</a></li>
        <li><a href=      http://www.toni-tulppe.de/wbb2/cash.php       "">wer gewint die 1 000€ ?</a></li>
        <li><a href=          http://www.toni-tulppe.de/wbb2/find5.php           "">finde 5</a></li>
        <li><a href=        http://www.toni-tulppe.de/wbb2/wdpoker.php   "">Poka</a></li>
        <li><a href=      http://www.toni-tulppe.de/same/same.php         "">same</a></li>
        <li><a href=          http://www.toni-tulppe.de/wbb2/fakemix.php         "">Fakemix</a></li>
        <li><a href=          http://www.toni-tulppe.de/wbb2/minicross.php             ""> MiniCrossWord</a></li>
        <li><a href=       http://www.toni-tulppe.de/wbb2/kniffel_play.php?action=faq      "">Kniffel</a></li>
        <li><a href="">Subkategorie 3.5</a></li>

      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">Sonstiges</a>
      <ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
        <li><a href=      http://toni-tulppe.de/wbb2/blume.php        "">Boardgarten</a></li>
        <li><a href=     http://www.toni-tulppe.de/wbb2/advent.php      "">Advent Kalender</a></li>
        <li><a href=    http://www.toni-tulppe.de/wbb2/xtree.php    "">Weihnachtsbaum</a></li>
      </ul>
    </li>
  </ul>
</div>
</td></tr></table>
</td></tr></table>

</SPAN>

<!-- /hier steht der Code f&#65533;r den flie&#65533;enden Bereich -->
<!--::::::::::::::::::::::::::::::::::::::::::::::::-->
<br>
   <br>
</td></tr></table>










__________________

19.01.2008 02:32 toni tulppe0815 ist offline E-Mail an toni tulppe0815 senden Homepage von toni tulppe0815 Beiträge von toni tulppe0815 suchen Nehmen Sie toni tulppe0815 in Ihre Freundesliste auf
Baumstruktur | Brettstruktur
Gehe zu:
Neues Thema erstellenAntwort erstellen
Hacks4wbb by HFW™ » WBB Bereich » wbb 2 PHP_4/5 » WBB 2.3 Forum » Hilfe & Suche & Archiv wbb2.3 » WBB 2.3 Hilfe » Hilfe gebraucht scroll menü hielfe vielcht weiss einer was ??

Counter
Besucher Heute: 3906 Besucher Gestern: 15148 Besucher Gesamt: 7269002 Besucherrekord: 95144 am: 04.05.2024

Impressum


Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH
Flag Counter