Hallo,
Ich hab heut die Geschichte mit den Stylesheets durchblickt, ich hab in einer text datei dies geschrieben
body {
color: black; background : #360000;
font-size: 100.01%;
font-family: Helvetica,Arial,sans-serif;
margin: 0; padding: 0.6em 0;
text-align: center; /* Zentrierung im Internet Explorer */
}
div#Seite {
text-align: left; /* Seiteninhalt wieder links ausrichten */
margin: 0 auto; /* standardkonforme horizontale Zentrierung */
width: 72%;
padding: 0;
background: #ffffff repeat-y;
border: 1px dotted black;
}
html>body div#Seite {
border-color: gray; /* Farbangleichung an den Internet Explorer */
}
h1 {
font-size: 0.8em;
margin: 0 0 0em; padding: 0.1em;
text-align: center;
background-color: #ffffff;
border: 1px dotted silver;
}
#navlist
{
margin: 0;
padding: 0px 0px 0px 0px;
font: bold 18px arial;
width: 1px;
text-align: left;
background: transparent;
}
#navlist a
{
display: block;
padding: 0px 0px 0px 0px;
width: 160px;
height: 35px;
color:#000000;
background:transparent;
}
#navlist a:link
{
display: block;
padding: 10px 10px 10px 10px;
text-decoration: none;
width: 160px;
height: 35px;
border:0px solid black;
background:transparent;
}
#navlist a:visited
{
display: block;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 160px;
height: 35px;
border:0px solid black;
background:transparent;
}
#navlist a:active
{
display: block;
padding: 0px 0px 0px 0px;
text-decoration: none;
width: 160px;
height: 35px;
background:transparent;
}
#navlist a:hover
{
display: block;
padding: 0px 0px 0px 0px;
text-decoration: underline;
width: 160px;
height: 35px;
color:#FF6600;
background:transparent;
}
und paar andere Geschichten sind auch dabei,
mit diesem befehl:
<link rel="stylesheet" type="text/css" href="http://klickandsurf.de/html/style.css" />
<!--[if lt IE 6]><style type="text/css"></style><![endif]-->
im head bereich ruf Ich die Funktion auf und der rest ist halt in der navigation im body bereich notiert, ich hab das gleiche für die Navigation ansich probiert, sprich die Links an sich auf die gleiche art aufzurufen, hat aber nicht ganz so gefruchtet, Ich hab die ganze navigation in die site.css datei kopiert und versucht im body bereich, dort wo die links erscheinen sollen mit dem befehl:
<ul id="Navigation"><li>
<link rel="sitesheet" type="text/css" href="http://klickandsurf.de/html/site.css" />
<!--[if lt IE 6]><style type="text/css"></style><![endif]-->
</li></ul>
versucht aufzurufen, wie gesagt, erfolglos, kann mir jemand sagen was ich falsch gemacht hab?
Danke im voraus
mfg