Button leiste

  • Seite 2 von 2
16.05.2006 16:06
#16 RE: Button leiste
C2
Mitglied

puh -.- wie gesagt ich habs gar nich reingemacht war mein partner (bengt i love you)

du machst aus dem code ne .js datei die speicherste auf deinem webspace

und dann machste das :

<SCRIPT SRC="http://bengt.be.funpic.de/andersit.js"language="JavaScript1.2"></SCRIPT>

bei admin-layout-header unten rein ...den link musste natürlich anpassen


 Antworten

 Beitrag melden
16.05.2006 16:59
avatar  BOo°m
#17 RE: Button leiste
avatar
Mitglied

Na klar mache ich 'ne kleine Werbung rein wenn ich das verwende.... ;-) kein Problem.
Muss mich da aber selber erstmal mit auseinandersetzen sonst kann ich nicht viel Helfendes dazu schreiben.....

Danke!




 Antworten

 Beitrag melden
16.05.2006 17:02
avatar  oconner
#18 RE: Button leiste
oc
Mitglied

@Boooooom also auf die schnelle kann man javascript nur so erklaeren das es einen sprache ist die wie php dynamic in sich traegt. bloß im vergleich zu php funktioniert javascript zum großteil auch ohne einen server. fuer weiteres kannste dich hier informieren >>> http://de.selfhtml.org/javascript/intro.htm
- - - - - - - - - - - - - -
...mfg...oconner...
sentez le vivre

Webmaster-hilfe[/url] | Community-Zone


 Antworten

 Beitrag melden
16.05.2006 17:05
avatar  BOo°m
#19 RE: Button leiste
avatar
Mitglied

Okidoki...danke Dir Oconner!
Selfhtml wird noch zu meiner Startseite....... ;-)




 Antworten

 Beitrag melden
16.05.2006 17:11
avatar  foenix
#20 RE: Button leiste
fo
Mitglied

Wie findest du Meine navie?


Gruß:Der Kleine Fönix.


 Antworten

 Beitrag melden
16.05.2006 17:22 (zuletzt bearbeitet: 16.05.2006 17:22)
avatar  [bAsTy]
#21 RE: Button leiste
avatar
Mitglied
gut, aber ich nehme jetzt doch eine andere...

da ich es irgendwie nicht so hinbekommen hab!

http://www.java24.net/scripts/slidemenu.htm

http://www.java24.net/dhtml/slidmenu.htm


für java tools ist diese page echt klasse java24.net

[bAsTy]
http://www.chilltown.de
"Legends may sleep - But they never stop dancing!"

 Antworten

 Beitrag melden
16.05.2006 17:29
avatar  Bengt ( Gast )
#22 RE: Button leiste
Be
Bengt ( Gast )

also weil du es nciht hin bekommst du erstellst mit editor 2 neue text dokumente

in das erste fügst du:

<!--

YOffset=317; // no quotes!!
staticYOffset=51; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#0473AF";
menuIsStatic="no";
menuWidth=130; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#FFFFFF";
hdrBGColor="#0473AF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="6";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#95D4F3";
linkOverBGColor="#0473AF";
linkTarget="_self";
linkAlign="Left";
barBGColor="#0473AF";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=12; // no quotes!!

startMenu("»ONE 4 ALL", " Navigation ")
addItem(" Home", "http..../index.php");
addItem(" Profil", "http://...../member-data.php");
addItem(" FAQ", "http://www....../faq.php");
addItem(" Private Mails", "http://......./private.php");
addItem(" Suche", "http://www......../search.php");
addItem(" Mitgliederliste", "http://...../userlist.php");
addItem(" Wer ist online?", "http://........./useronline.php");
addItem(" Gästebuch", "http://......de (dein gästebuch doer andere links", "_blank");
addHdr
endMenu()

//-->

ein und speicherst die datei nciht unter txt sonder js

2. füge das:

YOffset=120; // no quotes!!
staticYOffset=120; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
hdrFontFamily="Verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="right";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="left";
menuBGColor="white";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="top";
barWidth=20; // no quotes!!

NS6 = (document.getElementById&&!document.all)
IE = (document.all)
NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")

moving=setTimeout('null',1)
function moveOut() {
if ((NS6 && parseInt(ssm.left)<0)||(IE && ssm.style.pixelLeft<0)||(NS && document.ssm.left<0)) {
clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed)
if (NS6) {ssm.left = parseInt(ssm.left)+10+"px";}
if (IE) {ssm.style.pixelLeft += 10;}
if (NS) {document.ssm.left += 10;}}
else {clearTimeout(moving);moving=setTimeout('null',1)}};
function moveBack() {
clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)}
function moveBack1() {
if ((NS6 && parseInt(ssm.left)>(-menuWidth))||(IE && ssm.style.pixelLeft>(-menuWidth))||(NS && document.ssm.left>(-menuWidth))) {
clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);
if (NS6) {ssm.left = parseInt(ssm.left)-10+"px";}
if (IE) {ssm.style.pixelLeft -= 10;}
if (NS) {document.ssm.left -= 10;}}
else {clearTimeout(moving);moving=setTimeout('null',1)}};

lastY = 0;
function makeStatic() {
if (NS6) {winY = window.pageYOffset;}
if (IE) {winY = document.body.scrollTop;var NM=document.all('ssm').style}
if (NS) {winY = window.pageYOffset;var NM=document.ssm}
if (NS6||IE||NS) {
if (winY!=lastY&&winY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY - YOffset + staticYOffset);}
else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
smooth = .2 * (winY - lastY);}
else {smooth=0}
if(smooth > 0) smooth = Math.ceil(smooth);
else smooth = Math.floor(smooth);
if (NS6) ssm.top=parseInt(ssm.top)+smooth+"px"
if (IE) NM.pixelTop+=smooth;
if (NS) NM.top+=smooth;
lastY = lastY+smooth;
setTimeout('makeStatic()', 1)}}

function initSlide() {
if (NS6){
ssm=document.getElementById("ssm").style
ssm.visibility="visible";
ssm.left = -menuWidth;}
else if (IE) {
ssm.style.visibility = "visible"
ssm.style.pixelLeft = -menuWidth;}
else if (NS) {
document.ssm.left = -menuWidth;
document.ssm.visibility = "show"}
if (menuIsStatic=="no") makeStatic();}

function startMenu(menuHeader, barText) {
if (IE||NS6) {document.write('<DIV ID="ssm" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+' ;Z-Index : 50;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><TR><TD>')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+(menuWidth-1)+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')}

function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+(menuWidth-1)+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+link+'" CLASS="ssmItems" target="'+target+'">'+text+'</DIV></LAYER></ILAYER></TD></TR>')}

function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+(menuWidth-1)+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

function endMenu() {
document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial">&nbsp;</font></td></TR></table>')
if (NS6){document.write('</TD></TR></TABLE>')}
if (IE||NS6) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if (NS6||IE||NS) setTimeout('initSlide();', 100)}


in zweites dokument ein - ganz oben kannst du die farben verstellen und mit den werten offyet etc. kannst du die position der navleiste ändern.


die datein lädst du auf dein webspace un fügst den link in layout--> header ein

<SCRIPT SRC="http://.........js"language="JavaScript1.2"></SCRIPT>

<SCRIPT SRC="http://.........js"language="JavaScript1.2"></SCRIPT>

un das wars !! hoffe ich knnte euch helfen


http://www.one4all-inc.de.vu pleaze registriert euch


 Antworten

 Beitrag melden
16.05.2006 17:43 (zuletzt bearbeitet: 16.05.2006 17:44)
avatar  BOo°m
#23 RE: Button leiste
avatar
Mitglied
@Foenix

Kleiner Tip von mir!
Setze mal das hier in Deine Signatur:

[center][url=http://76317.homepagemodules.de/][blau][b]Zum Foenix Forum[/b][/blau][/url][/center]

Anleitung: Komplette Zeile markieren & kopieren, dann auf Einstellungen, danach Profil bearbeiten & Passwort ändern. In das Eingabefeld für Signatur dann die komplette Zeile einfügen!

Die User brauchen dann nur noch in Deine Signatur zu klicken und landen in Deinem Forum!
Das würde ich übrigens jedem User/Admin empfehlen der schnelle Hilfe benötigt, die Boardnummer und der fettgedruckte Text müssen in der Zeile dann natürlich immer angepasst werden bei anderen Usern.

Zur Frage: Dein Menü ist recht schlicht aber scheinbar funktionstüchtig und farblich passend.
Also IO!



 Antworten

 Beitrag melden
Bereits Mitglied?
Jetzt anmelden!
Mitglied werden?
Jetzt registrieren!