000
27.11.2002, 21:26
Riesenzwerg
|
Hallo!
Ich habe mittlerweile mehrere kleine bis mittlere Seiten und einem kleinen Network versammelt, jedoch reichen Buttons nicht mehr aus. Wie gestalte ich einen solchen Balen wie bei www.gamigo.do ganz oben? Wenn ich jeweils eine Frameseite erstellen würde, wo oben halt der Balken und unten die Seite, geht das dann?
--
http://www.riesenzwerg.de | felix@riesenzwerg.de | Schweiz rulz | Ruhrgebiet aber mindestens genauso viel
Ich stehe bis zum Hals in der Scheiße. Aber die Aussicht ist gut.
|
|
Profil || Suche
|
001
27.11.2002, 21:31
Megge
|
mit pulldown menus
<select name=news> <option>News</option> <option>-------</option> <option value="read">lesen</option> <option value="archiv">archiv</option> </select>
/edit müsstest natürlich noch ein JS script machen, dass beim anklickten eines menü punktes automatisch eine neue seite aufruft, ist nicht sonderlich schwer, guck ma auf www.teamone.de/selfhtml oder guck dir den code von gamigo.de ab
ansonsten könntest auch ein javascript menu machen, wie z.B. auf www.mybasel.ch
--
Dieser Beitrag wurde am 27.11.2002 um 21:32 von Megge bearbeitet.
|
|
Profil || Suche
|
002
30.11.2002, 19:55
Riesenzwerg
|
Ich kriegs nicht hin! Bitte helft mir!
[Quote] <body bgcolor="#FFFFFF" text="#000000" background="img/bg.gif" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" background="img/catbg2.gif" height="16"> <tr> <td width="20%" height="17"> <img border="0" src="img/balken_logo.gif" width="200" height="28" /></td> <td width="20%" height="17"> <img border="0" src="img/pfeil.gif" width="10" height="11" /> <nobr> <select name="links" onChange="if (this.form.links.options[this.form.links.selectedIndex].value.length!=0) window.open(this.form.links.options[this.form.links.selectedIndex].value,'_blank')" style="width:184; font-family: arial,sans-serif; font-size:10; background-color: #94B6CD; color: #ffffff; border: 1px solid #071A47; height:184"> <option selected value="http://www.blaumachen.org">Blaumachen.org -- Portal </option> <option value="http://www.blaumachen.org/index.php">- News</option> <option value="http://www.blaumachen.org/downloads.php">- Downloads</option> <option value="http://www.blaumachen.org/schulordnung.php">- Schulordnung </option> <option value="http://www.blaumachen.org/specials.php">- Specials</option> <option value="http://www.blaumachen.org/links.php">- Linkportal</option> <option value="http://www.blaumachen.org/ferien.php">- Ferien</option> </select></nobr></td> <td width="20%" height="17"> <img border="0" src="img/pfeil.gif" width="10" height="11" /><nobr><select name="links" onChange="if (this.form.links.options[this.form.links.selectedIndex].value.length!=0) window.open(this.form.links.options[this.form.links.selectedIndex].value,'_blank')" style="width:192; font-family: arial,sans-serif; font-size:10; background-color: #73A9CF; color: #ffffff; border: 1px solid #071A47; height:192"> <option selected value="http://www.blaumachen.org">Blaumachen.org -- Hosted </option> <option value="http://www.blaumachen.org/myc">- Mod Your Case</option> <option value="http://www.kevinmeissler.de.vu/">- Kevin Meissler HP</option> <option value="http://www.conste.de.vu/">- Conste Schneider HP</option> <option value="http://www.marcelmalmedy.de.vu/">- Marcel Malmedy HP</option> </select></nobr></td> <td width="20%" height="17"> <img border="0" src="img/pfeil.gif" width="10" height="11" /> <nobr> <select name="links" onChange="if (this.form.links.options[this.form.links.selectedIndex].value.length!=0) window.open(this.form.links.options[this.form.links.selectedIndex].value,'_blank')" style="width:186; font-family: arial,sans-serif; font-size:10; background-color: #3A8EC9; color: #ffffff; border: 1px solid #071A47; height:186"> <option selected value="http://foren.blaumachen.org">Blaumachen.org -- Foren </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=1"># Allgemeine Foren</option> <option value="http://www.blaumachen.org/forum/board.php?boardid=3">-- Ankündigungen </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=2">-- Allgemeines Forum</option> <option value="http://www.blaumachen.org/forum/board.php?boardid=4"># Interna </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=5">-- Blaumachen.org </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=6">-- MYC-Team </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=11"># Hosted </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=7">-- Mod Your Case</option> <option value="http://www.blaumachen.org/forum/board.php?boardid=8">---- Hauptforum </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=9">---- How2 </option> <option value="http://www.blaumachen.org/forum/board.php?boardid=10">---- Offtopic </option> </select></nobr></td> <td width="20%" height="17"> </td> </tr> </table>
</body> [/QUote]
--
http://www.riesenzwerg.de | felix@riesenzwerg.de | Schweiz rulz | Ruhrgebiet aber mindestens genauso viel
Ich stehe bis zum Hals in der Scheiße. Aber die Aussicht ist gut.
|
|
Profil || Suche
|