Das kann nicht sein. Alle anderen Attribute werden aus der CSS übernommen. Kannst gerne 2 Quelltexte sehen
Code:
<!DOCTYPE
HTML PUBLIC "-//
W3C//DTD
HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<
html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/
html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table height="1000">
<tr>
<td vailgn="bottom">Hallo Test</td>
</tr>
</table>
</body>
</
html>
und
Code:
body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-track-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
}
Alle Farbwerte sind #000000, da ich damit einen Test gemacht habe und sie jetzt nicht ändern wollte.
Hoffe dass hilft euch dabei weiter, mir zu helfen.