Hi,
was ich noch entdecken kann:
- nach den Kommentaren für Menu bzw. Links folgen jeweils DIVs, bei denen offensichtlich die
abschliessenden eckigen Klammern (Grösserzeichen) fehlen.
Ansonsten funktioniert die home.html bei mir in folgender Form tadellos.
Ciao
Quaese
was ich noch entdecken kann:
- nach den Kommentaren für Menu bzw. Links folgen jeweils DIVs, bei denen offensichtlich die
abschliessenden eckigen Klammern (Grösserzeichen) fehlen.
Ansonsten funktioniert die home.html bei mir in folgender Form tadellos.
HTML:
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>ABC - Austrian Battle Clan
</title>
<!-- C S S -->
<style type="text/css">
div.linkbutton a
{ color: #000000; display: block; font-family:Adventure Subtitles; font-size: 14pt; background-image: url(bilder/button3.gif);width: 152px; height: 32px; }
div.linkbutton a:hover
{ color: #000000; background-image:url(kugel_hover.gif); color:#203E7A }
div.linkbutton a:active
{ color: #000000; background-image:url(kugel_hover.gif); }
.member1
{ border-top: 2px solid rgb(107, 107, 107); border-left: 2px solid rgb(107, 107, 107) }
.member2
{ border-top: 2px solid rgb(107, 107, 107); border-left: 2px solid rgb(107, 107, 107); border-right: 2px solid rgb(107, 107, 107) }
img.xfire a
{ border-top: #e0e0e0; border-left: #e0e0e0; border-bottom: #000000; border-right: #000000; border-size: 2px }
img.xfire a:hover
{ border-top: #000000; border-left: #000000; border-bottom: #e0e0e0; border-right: #e0e0e0; border-size: 2px }
img.xfire a:active
{ border-top: #000000; border-left: #000000; border-bottom: #e0e0e0; border-right: #e0e0e0; border-size: 2px }
span.posi
{ position: relative; top: 7px; left: 50px }
</style>
</head>
<body style="background-image: url(stahl5.jpg);">
<img src=" bilder/logo.jpg" style="position:absolute; top: 0px; left: 0px" alt="">
<!-- M E N Ü -->
<div class="linkbutton" style="position: absolute; top: 260px; left: 0px;">
<table cellspacing="0">
<tr>
<td style="width:36px; height:37px; background-image:url(bilder/linksoben.gif)">
</td>
<td style="background-image:url(bilder/oben.gif)">
</td>
<td style="width:36px; height:36px; background-image:url(bilder/rechtsoben.gif)">
</td>
</tr>
<tr>
<td style="background-image:url(bilder/links.gif)">
</td>
<td style="background-color:#e0e0e0">
<a href="home.html"><span class="posi">Home</span></a>
<a href="members.html"><span class="posi">Members</span></a>
<a href="xfire.html"><span class="posi">Xfire</span></a>
<a href="links.html"><span class="posi">Links</span></a>
<a href="wars.html"><span class="posi">Wars</span></a>
<a href="joinus.html"><span class="posi">Join us?</span></a>
<a href="fightus.html"><span class="posi">Fight us</span></a>
<a href="http://www.abc-gaming.com/xforum/xforum.php"><span class="posi">Forum</span></a>
<a href="downloads.html"><span class="posi">downloads</span></a>
</td>
<td style="background-image:url(bilder/rechts.gif)">
</td>
</tr>
<tr>
<td style="height: 38px; background-image:url(bilder/linksunten.gif)">
</td>
<td style="background-image:url(bilder/unten2.GIF)">
</td>
<td style="background-image:url(bilder/rechtsunten.gif)">
</td>
</tr>
</table>
</div>
<!-- L I N K S -->
<div class="linkbutton" style="position: absolute; top: 260px; left: 260px">
<table cellspacing="0">
<tr>
<td style="width:36px; height:37px; background-image:url(bilder/linksoben.gif)">
</td>
<td style="background-image:url(bilder/oben.gif)">
</td>
<td style="width:36px; height:36px; background-image:url(bilder/rechtsoben.gif)">
</td>
</tr>
<tr>
<td style="background-image:url(bilder/links.gif)">
</td>
<td style="background-color:#e0e0e0">
<div style="font-family:Adventure Subtitles; font-size: 24pt">Welcome on <br><br><h3>WWW.ABC-GAMING.COM</h3>
</div>
</td>
<td style="background-image:url(bilder/rechts.gif)">
</td>
</tr>
<tr>
<td style="height: 38px; background-image:url(bilder/linksunten.gif)">
</td>
<td style="background-image:url(bilder/unten.gif)">
</td>
<td style="background-image:url(bilder/rechtsunten.gif)">
</td>
</tr>
</table>
</div>
</body>
</html>
Ciao
Quaese