Hallöle,
Schreibe gerade an einer Web-site. Ich will erreichen, dass die Scroll-leisten eine andere Farbe haben. Habe es so versucht wie es eigentlich richtig sein müsste, funktioniert bloß nich!!!
Hier ist der Script:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
#body
{
scrollbar-base-color:#8C8CC6;
scrollbar-3d-light-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#8C8CC6;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#ACACE6; }
#back
{ background-image:url(battlefield_main.jpg); background-repeat:no-repeat; background-position:center; }
</style>
<title> Die Battlefield Fan-Page </title>
</head>
<body bgcolor="#C0C0C0" bgproperties="fixed" text="#CC9900" style="text-align:center" style="font-family:garamond" link="#0000FF" vlink="#FF0080" alink="#80FF00" onLoad="window.resizeTo(789,680)">
<div id="body">
<div id="back">
<br><br><h1 style="font-size:32pt"><u>Willkommen auf der <br> Battlefield Fan-Page <br> von Patrick und FRED</u></h1><br><br><br><br><br>
<table border="8" rules="groups">
<colgroup>
<col width="999">
<col width="999">
<col width="999">
</colgroup>
<thead>
<tr>
<td><h1 style="font-size:24pt" style="text-align:center" >
<td><h1 style="font-size:24pt" style="text-align:center" >Click on a button to go on!! </h1></td>
<td><h1 style="font-size:24pt" style="text-align:center" >
</tr>
</thead>
<tbody>
<tr bgcolor="#FFFFFF">
<td><img src="E:\Informatik Hompage\bf_main_auswahl.jpg" alt="Battlefield 1942"></td>
<td><img src="E:\Informatik Hompage\270x160_vietnam.jpg" alt="Battlefield Vietnam"></td>
<td><img src="E:\Informatik Hompage\battlefield2.gif" alt="Battlefield 2"></td>
</tr>
</tbody>
</table>
</body>
</html>
Schreibe gerade an einer Web-site. Ich will erreichen, dass die Scroll-leisten eine andere Farbe haben. Habe es so versucht wie es eigentlich richtig sein müsste, funktioniert bloß nich!!!
Hier ist der Script:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css">
#body
{
scrollbar-base-color:#8C8CC6;
scrollbar-3d-light-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#8C8CC6;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#ACACE6; }
#back
{ background-image:url(battlefield_main.jpg); background-repeat:no-repeat; background-position:center; }
</style>
<title> Die Battlefield Fan-Page </title>
</head>
<body bgcolor="#C0C0C0" bgproperties="fixed" text="#CC9900" style="text-align:center" style="font-family:garamond" link="#0000FF" vlink="#FF0080" alink="#80FF00" onLoad="window.resizeTo(789,680)">
<div id="body">
<div id="back">
<br><br><h1 style="font-size:32pt"><u>Willkommen auf der <br> Battlefield Fan-Page <br> von Patrick und FRED</u></h1><br><br><br><br><br>
<table border="8" rules="groups">
<colgroup>
<col width="999">
<col width="999">
<col width="999">
</colgroup>
<thead>
<tr>
<td><h1 style="font-size:24pt" style="text-align:center" >
<td><h1 style="font-size:24pt" style="text-align:center" >Click on a button to go on!! </h1></td>
<td><h1 style="font-size:24pt" style="text-align:center" >
</tr>
</thead>
<tbody>
<tr bgcolor="#FFFFFF">
<td><img src="E:\Informatik Hompage\bf_main_auswahl.jpg" alt="Battlefield 1942"></td>
<td><img src="E:\Informatik Hompage\270x160_vietnam.jpg" alt="Battlefield Vietnam"></td>
<td><img src="E:\Informatik Hompage\battlefield2.gif" alt="Battlefield 2"></td>
</tr>
</tbody>
</table>
</body>
</html>
Kommentar