Also eigentlich ist mein Anliegen recht einfach. Ich möchte die Scrollbar verändern. ich habs schon in der css Datei geändert und versucht auf der eigentlichen Seiten einen css-tag einzufügen. funktioniert beides nicht. bin schon seid 2 Stunden am Suchen. Aber es funktioniert nicht. Werde so langsam verzweifeln.
und hier noch ein Ausschnitt aus der eigentlichen Datei:
HTML:
<!--
body {
scrollbar-face-color:red;
scrollbar-arrow-color:red;
scrollbar-base-color:red;
scrollbar-darkshadow-color:red;
scrollbar-track-color:red;
scrollbar-highlight-color:red;
scrollbar-shadow-color:red;
}
.ueberschrift_txt {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: Black;
text-decoration: none;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #B55B5B;
text-decoration: none;
}
und hier noch ein Ausschnitt aus der eigentlichen Datei:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv=Site-Exit content=progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0)>
<meta http-equiv=Page-Exit content=progid:DXImageTransform.Microsoft.Fade(duration=1.0,overlap=1.0)>
<title>~Überuns - Koegel-Fohrmann.de ~</title><link href="style.css" rel="stylesheet" type="text/css">
</style><style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#641623;
scrollbar-base-color:#FFFFFF;
scrollbar-darkshadow-color:#641623;
scrollbar-track-color:#FFFFFF;
scrollbar-highlight-color:#641623;
scrollbar-shadow-color:#CCCCCC;
color: #000000;
}
-->
</style></head>