cain
Neues Mitglied
erst mal entschuldigung, wenn es dieses thema schon gibt.
nun zm problem.
ich habe meine links in der css-datei mit diesen u#Navigation zeug ausgerichtet...
hier meine css-datei
wenn ich offline meine seite anschaue, dann ist der schwarze navigations-kasten da.
bei der onlineversion nicht...
kann mir da jmd helfen, dass es online richtig angezeigt wird???
nun zm problem.
ich habe meine links in der css-datei mit diesen u#Navigation zeug ausgerichtet...
hier meine css-datei
Code:
body {background: #cccccc;
text-align="center"
}
#container {width: 950px;
height: 100%;
text-align: left;
margin: 0 auto;
}
#box { float: left;
background: #cccccc;
font: #000000;
border: 1px;
border-color: #ffffff;
width: 120px;
height: 600px;
margin-left: 10px;
}
#box1 { float: right;
background: #ffffff;
font: #000000;
border: 1px;
border-style: dotted;
border-color: #000000;
width: 120px;
height: 600px;
margin-right: 30px;
}
#box2 { float: left;
background: #ffffff;
font: #000000;
border: 1px;
border-style: dotted;
border-color: #000000;
width: 500px;
height: 600px;
margin-right: 10px;
}
p {font-size: larger;
font-style: italic;
position: center;
}
h1 {color: black;
font-size: xx-large;
font-style: italic;
}
.center {text-align: center;
}
.container {width: 800px;
}
ul#Navigation {
float: left;
width: 10em;
margin-left: 10px; padding: 0.8em;
border: 1px solid black;
background-color: #000000;
}
* html ul#Navigation { /* Korrekturen fuer IE 5.x */
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 {
display:block;
padding: 0.2em;
text-decoration: none; font-weight: bold;
border: 1px solid black;
border-left-color: white; border-top-color: white;
color:#ffffff; background-color: #ccccccc;
}
* html ul#Navigation a { /* Breitenangaben nur fuer IE */
width: 100%;
w\idth: 8.8em;
}
ul#Navigation a:hover {
border-color: white;
border-left-color: black; border-top-color: black;
color: white; background-color: gray;
}
wenn ich offline meine seite anschaue, dann ist der schwarze navigations-kasten da.
bei der onlineversion nicht...
kann mir da jmd helfen, dass es online richtig angezeigt wird???