Hallo Leute,
ich hab ne Problem mit der Menü Leiste, den ich auf der linke Seite der Homepage hab.
Leider kann ich den Text "Die Nachhaltigkeit......." nicht daneben schreiben.
Der Text wird nur unter der Menü-Leiste gezeigt.
[Blockierte Grafik: http://www7.pic-upload.de/23.07.13/4uk61vlipgw5.jpg]
Hab ich hier was falsch gemacht ?
Code
<style type="text/css"> body {
font: normal 100.01% Helvetica, Arial, sans-serif;
color: black; background-color: #04B404;
}
ul#Navigation {
width: 10em;
margin: 0; padding: 0.2em 0.8em 0.8em;
border: 1px solid black;
background-color: #2E9AFE;
}
* html ul#Navigation {
width: 11.6em;
w\idth: 10em;
padding-left: 0;
padd\ing-left: 0.8em;
}
ul#Navigation li {
list-style: none;
margin: 0.4em; padding: 0;
}
ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
display:block;
padding: 0.2em;
text-decoration: none; font-weight: bold;
border: 1px solid black;
border-left-color: white; border-top-color: white;
color: maroon; background-color: #FE9A2E;
}
* html ul#Navigation a, * html ul#Navigation span, * html ul#Navigation h2 {
width: 100%;
w\idth: 8.8em;
}
ul#Navigation a:hover, ul#Navigation span {
border-color: white;
border-left-color: black; border-top-color: black;
color: white; background-color: gray;
}
ul#Navigation h2 {
font-size: 1em;
margin: 1.1em 0 0;
border-color: gray;
color: black; background-color: #DF7401;
}
</style>
Alles anzeigen
Ich würde mich freuen, wenn ihr mir helfen würdet.