Maju ... Das menü von der
http://wrestlingactionentertainment.de.tl/ page is ja net uncool.
Weiss wer wie man so ein Menü so erstellen kann das es die vom Baukasten erstellten Unterseiten automatisch einbindet?
Bzw... geht das in meinem Code irgendswie?
body {
margin: 20px 0;
background: #405152 url(http://img.webme.com/pic/k/klingenahoi/img1.1.jpg);
text-align: justify;
font: normal small Georgia, "Times New Roman", Times, serif;
color: #A1A9AA;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
color: #ABECF5;
}
h3 {
font-size: 1.3em;
padding-top: .4em;
}
ul {
margin-left: 0;
padding-left: 0;
list-style-position: inside;
}
a {
color: #ABECF5;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
/* Menu */
#menu {
width: 610px;
height: 40px;
margin: 0 auto;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu li {
display: inline;
}
#nav_container {
width: 702px;
margin: auto;
}
li.nav_element{
display: block;
float: left;
width: 115px;
height: 20px;
padding: 10px 1px 0 1px;
background: url(http://img.webme.com/pic/k/klingenahoi/img3.1.gif) no-repeat center top;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-size: 0.7em;
font-weight: bold;}
li.nav_element:hover{
background-image: url(http://img.webme.com/pic/k/klingenahoi/img3.2.gif);
color: #FFFFFF;
}
/* Header */
/* Header */
#header {
width: 702px;
height: 126px;
margin: 0 auto;
background: url(http://img.webme.com/pic/k/klingenahoi/112.jpg) repeat-x;
}
#header * {
text-transform: uppercase;
text-decoration: none;
}
#header h1 {
float: left;
font-size: 2em;
}
#header h2 {
float: right;
padding-top: .25em;
font-size: 1.6em;
}
/* Content */
#content {
width: 660px;
margin: 0 auto;
padding: 20px;
background: #405152 url(http://img.webme.com/pic/k/klingenahoi/img2.1.gif);
border: 2px solid #2D3939;
border-top: none;
}
#colOne {
float: left;
width: 450px;
}
#colTwo {
float: right;
width: 180px;
}
/* Footer */
#footer {
text-align: center;
font-size: smaller;
}
Ich bin in solchen sachen nicht sehr bewandert und experimentier mich da doof. ich möcht auch unsere Page nicht kaputt machen, da ich eh schon sehr experimentell mit ihr umgeh