Hallo,
ich habe folgendes Problem:
Ich habe mit für meine Homepage BackGround Images angefertigt, für den Hintergrund, Buttons usw., nun habe ich ein Problem.
ich möchte gerne unter die Hauptpunkte, die mit den Button BG Images realisiert worden sind, eine art unternavigation machen, also für den Bereich SHows z.b. Nitro und SmackDown, das hatte ich mir, als ich das Template erstellt habe, so gedacht, dass ich das ganz einfach als Text nehme, nach dem Motto sieht ganz gut aus, und ist einfach zu verändern...
Tja nichts dergleichen, sobald ich <a href="SmackDown">ashdakl< /a> eingeben, wird das automatisch zu einem Button was an meinem CSS Code liegt!?
Nun meine Frage, wie kann ich das umgehen?
hier der CCS Code:
Code:
body, html, #navigation, #container, #inhalt {
margin:0;
padding:0;
}
body {
margin-top: 1em;
font: 100.01% times-new-roman;
background-image: url(images/boardbg.jpg);
text-align: center;
}
#container {
width: 50em;
text-align: left;
margin: 0 auto;
background-color:#333333;
color: #E6DCCF;
height: 665px;
}
#kopf {
background-image: url(images/header.jpg);
color: #E6DCCF;
padding: 10px;
text-align: center;
height: 80px;
}
#navigation {
width: 200px;
float: left;
clear: left;
margin: 0em;
background-image: url(images/background.jpg);
border-style: solid solid none solid;
border-color: #000;
border-width: 2px;
}
#inhalt {
background-color: #333333;
color: #E6DCCF;
margin-left: 12.70em;
height: 565px;
}
p {
margin: 25px 25px 0 25px;
}
h1 {
margin: 0 25px;
padding:25px 0;
font-size: 1.3em;
}
#navigation ul {
list-style-type: none;
}
#navigation li a {
voice-family: "\"}\"";
voice-family: inherit;
height: 25px;
text-decoration: none;
}
#navigation li a:link, #navigation li a:visited {
color: #CCC;
display: block;
background: url(buttonbg.jpg);
padding: 8px 0 0 10px;
}
h2 {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
border: none;
}
#footer {
background-image: url(images/footer.jpg);
color: #E6DCCF;
padding: 10px;
text-align: center;
font-size: 9px;
}
achso hab den Link zum Problem vergessen:
www.fwf-wrestling.de
mfg. Oliver Sempf