Hey zusammen
Also erstmal, ich versteh von html nicht grad viel...
Ich hab versucht mithilfe einer Spieleseite die html pages zur gestaltung anbietet was zu kreieren, es ist wirklich nur was ganz leichtes und für die meisten von euch wahrscheinlich eher lachhaft...
Die Seite die ich meine ist:
http://www.neopets.com/~Bellaicity
Und mein Problem ist... oben rechts ist ja die Navi, ich hab das so eingestellt das man wenn man draufklickt, unten im Frame, das ganze wechselt.
Sprich, vom Willkommen zum sonstiges und so, das soll alles unten im Frame wechseln.. allerdings funktioniert das nicht so ganz, ich hab da was eingesetzt das ich im Internet gefunden hab, aber es werden zwei Frames angezeigt...
Ich hab hier noch den Code eingefügt, vielleicht kann mir jemand helfen?
Alle Buttons im Navi oben sollen einfach wenn man draufklickt im unteren Frame geändert werden..
ZitatAlles anzeigen<style>
table {
background: none;
}
td a img, .sf, .smallfont {
display: none;
}
body {
background: url("http://www.loaditup.de/files/722290_bqnyt2whh4.png") #FDD6EB;
}
#pic {
left: 183px;
top: 0px;
z-index: -1;
}
#text {
width: 723px;
top: 415px;
left: 183px;
z-index: 1;
padding-bottom: 20px;
}
#text2 {
margin-top: 3px;
width: 435px;
margin-left: 8px;
font: 8pt "century gothic";
}
#side {
left: 633px;
width: 233px;
top: 50px;
z-index: 2;
font: 8pt "century gothic";
}
.nav a:link, .nav a:visited {
display: block;
padding: 2px 0px 2px;
margin-bottom: 1px;
background: #D8FEFC;
font: 7pt "century gothic";
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #12D9FE;
}
.nav a:hover {
background: #C3FCF9;
}
#side h1 {
background: url("http://www.loaditup.de/files/722293_ek2pxpfd35.png") no-repeat;
font: 8pt georgia;
font-weight: bold;
text-transform: uppercase;
color: #000000;
padding: 8px 0px 8px 60px;
margin: 0px 0px 3px 0px;
text-align: left;
}
#text h1 {
text-align: center;
background: #C3EBED;
border-top: 1px solid #A2DCDF;
border-bottom: 1px solid #A2DCDF;
font: 8pt georgia;
color: #1CCCFD;
margin: 0px 0px 3px 0px;
font-weight: bold;
text-transform: uppercase;
}
.box {
width: 435px;
height: 400px;
overflow: auto;
b {
color: #F992E7;
font-weight: bold;
}
i {
color: #4DE0FF;
font-weight: bold;
font-style: italic;
}
a:link, a:visited {
color: #E299C9;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #75DCDC;
}
</style>
<img src="http://www.loaditup.de/files/722292_a3kh8pkf4r.png" id="pic" style="position: absolute;">
<div id="side" style="position: absolute;">
<h1>navigation</h1>
<table class="nav">
<td width="115">
<a href="#a">Willkommen</a>
<a href="#c">Adoptis</a>
<a href="#e">Schilder & Buttons</a>
<a href="#h">Awards</a>
<a href="#j">Pictures</a>
</td>
<td width="115">
<a href="#b">Sonstiges</a>
<a href="#d">Bekommenes ^_^</a>
<a href="#g">Abholstelle</a>
<a href="#i">Bekommene Awards</a>
<a href="#k">Links</a>
</td>
</table>
<br><h1>header</h1>
test2
<br><br><h1>header</h1>
test2
<br><br><h1>header</h1>
test2
</div>
<div id="text" style="position: absolute;"><div id="text2">
<div class="box">
<a name="b"></a>
<h1>Willkommen</h1>
<p><img src="http://www.loaditup.de/files/665215_674hwd4f2e.gif"></p>
<p><textarea style="width: 200px; height: 50px;"><img src="http://www.loaditup.de/files/665215_674hwd4f2e.gif" border="0"></textarea></p>
<p>Für Alexa :3 (Flicken)</p>
<p><img src="http://www.loaditup.de/files/665223_2xup63r3w3.gif"></p>
<p><textarea style="width: 200px; height: 50px;"><img src="http://www.loaditup.de/files/665223_2xup63r3w3.gif" border="0"></textarea></p>
<hr>
<b>Bekommene Buttons & Flicken</b><hr>
</div>
<a name="h"></a><div class="box">
<h1>Awards </h1>
<p>Ich habe hier auch mal Awards erstellt, vorerst gibt es nur den Platin Award.</p>
<p>
</p>
<p>Bester Platz Platin, dann folgt Diamant, Gold, Silber und am Schluss Bronze.</p>
<p>Platin</p>
<p><img src="http://www.loaditup.de/files/665085_vkrzr4c7ch.png"></p>
<p>Diamant</p>
<p><img src="http://www.loaditup.de/files/665088_fn22yqk23w.png"></p>
<p>Gold</p>
<p><img src="http://www.loaditup.de/files/665167_ppm6cr6q25.png"></p>
<p>Silver</p>
<p><img src="http://www.loaditup.de/files/665176_sre9xbtg6f.png"></p>
<p>Bronze</p>
<p><img src="http://www.loaditup.de/files/665177_chfry3rfzk.png"></p>
</div>
<br><br>
</div></div>
ich würde mich wirklich sehr über Hilfe freuen.
PS: Erspart mir bitte so Sprüche wie: Der Code ist eine Katastrophe usw, ich suche konkrete Hilfe und bin durch das Internet nicht wirklich fündig geworden, der Code ist zusammengeschnippselt zur Zeit, die Ordnung bringe ich später wieder hin sobald wenigstens der Grundcode steht.Also einfach bitte Hilfestellung geben - wen möglich.