hi!
ich wollte für die neue version meiner team-page ein neues übersichtliches menü verwenden... lief auch ganz ohne probleme...
jetzt wollte ich noch im oberen bereich der homepage, wo das menü auc hstehen sollte, zusätzlich zu etwas text noch ein bild reinpacken...
text und bild sind im bereich... aber das menü ist unten raus gerutscht
dann hab ichs ein bisschen mit tabellen umgebaut... jetzt ist das menü zwar im bereich, aber über text und bild (gehört darunter) und text+bild rutschen unten aus dem bereich raus...
könnt es euch selbst anschaun....
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>FACTION Paintball - Startseite</title>
<meta name="Georg Petrin" content=User>
<style type=text/css>
/* ================================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}
/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:150px;
padding:7px 0;
color:#ffff00;
background:#000000;
text-decoration:none;
margin-right:1px;
text-align:center;
border: 1px solid yellow
}
/* style the links hover */
.menu :hover{
color:#ffff00;
background:#7F7F7F;
}
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
</style>
<style type=text/css>
<!--
body
{
color:#ffff00;
background-color:#7F7F7F;
font-family : ARIAL,HELVETICA, sans-serif;
font size : 20px;
margin : 0px;
padding:0px;
}
.oben{
background:#000000;
padding:5px;
height:100px;
margin:0;
border:3px solid;
border-top-color:black;
border-right-color:#000000;
border-left-color:#000000;
border-bottom-color:#ffff00;
}
.main{
background:#000000;
float:left;
padding:5px;
width:77%;
heigth:400px;
margin:15px;
border:2px solid yellow;
}
.box{
background:#000000;
padding:5px;
margin: 15px 15px 0 80%;
border:2px solid yellow;
}
-->
</style>
</head>
<body link=#FFFF00 alink=#FFFF00 vlink=#FFFF00>
<div class=oben>
<code>
<font size=+4>
<center>
<table>
<tr>
<td> [b]FACTION Paintball[/b]
</td>
<td colspan=150></td>
<td><div align=right>[img]pic.jpg[/img]</div></td>
</tr>
</center>
</font>
<tr>
<div class=menu>
<center>
<ul>
[*][url='start.html>-home-[/url]
[*][url='allgemein.html>-news-[/url]
<ul>
[*][url='nall.html>allgemein</a>
']<a href=ntur.html>turniere[/url]
[*][url='nhome.html>homepage</a>
']<a href=nnullsieben.html>news 07[/url]
[/list]
[*][url='member.html>-das']
<ul>
[*][url='member.html>mitglieder</a>
']<a href=about.html>über uns[/url]
[*]<a href=wins.html>erfolge</a>
[/list]
[*][url='gstb.html>-community-[/url]
<ul>
[*][url='gstb.html>gästebuch</a>
']<a href=forum.html>forum[/url]
[*]<a href=ext.html>extern</a>
[/list]
[*][url='gal.html>-bilder-[/url]
[*][url='konfa.html>-kontakt-[/url]
<ul>
[*][url='konfa.html>faction</a>
']<a href=konli.html>ligen[/url]
[/list]
[/list]
</center>
</div>
</tr>
</table>
</div>
<div class=main>
<code>
<center>
<table>
<tr>
<td>
[url='member.html>[b]<font"]mitglieder</font>[/b][/url]
</td>
<td colspan=50></td>
<td>
[url='nall.html>[b]<font"]news</font>[/b][/url]
</td>
</tr>
</table>
<img src=start.jpg height=400>
<table>
<tr>
<td>
[url='konfa.html>[b]<font"]kontakt</font>[/b][/url]
</td>
<td colspan=50></td>
<td>
[url='forum.html>[b]<font"]forum</font>[/b][/url]
</td>
</tr>
</table>
</center>
</code>
</div>
<div class=box>
<code>
<center>
[b]
Mit freundlicher Unterstützung von:
[/b]
<hr color=#606060>
<a href=http://www.maxs-sport.com/maxsat/ target=new >
<img src=head_logo.jpg width=156 alt=maxs-austria border=0>
Maxs Austria
</a>
<hr color=#606060>
<a href=http://www.paintballpark.at/cms/ target=new>
<img src=pap_c.gif width=100 alt=pap border=0>
Paintball Action Park
</a>
<hr color=#606060>
<a href=http://www.jtusa.com/ target=new>
<img src=jt_logo.png width=200 alt=jt-usa border=0>
JT Paintball
</a>
<hr color=#606060>
<h1>Danke!</h1>
</code>
</div>
</body>
</html>
Alles anzeigen