Das stimmt nicht ganz
Bei 4websites.de wird ein doctype verwendet, Ansicht Quelltext Ausschnitt head:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><title>4websites.de - das Webwork-Magazin</title>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="de">
<meta name="author" content="4websites">
<meta name="editor" content="4websites">
<meta name="publisher" content="4websites.de">
...... usw.
Nach Aufruf der im head-Bereich angegebenen style.css sieht man die Anweisungen für die Scrollbalken für den body-tag :
Auszug aus der css-Datei :
/* Style-Sheets für Windows & Linux Systeme */
/* für 4websites.de */
/* becdd4 */
a:link {
color: #ff6600;
text-decoration: none;
}
.....
.....
.....
body {
color: #000000;
font-family: Arial, helvetica, Tahoma, Times, sans-serif;
font-size: 9pt;
background-color: #7996a6;
scrollbar-arrow-color: #FFFFFF;
scrollbar-face-color: #7996a6;
scrollbar-highlight-color: #BECDD4;
scrollbar-shadow-color: #666666;
scrollbar-3dlight-color: #666666
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#becdd4;
}
...... usw.
und nu