Thema: scrollbalken
Einzelnen Beitrag anzeigen
Alt 17.02.2002, 23:04   #5
suka
Veteran
 
Registriert seit: 08.11.2001
Beiträge: 202


Standard

entweder in jede .html folgendes rein:

Code:
<style type="text/css">
	body
	 {scrollbar-3dlight-color: #666666;
	  scrollbar-highlight-color: #202020;
	  scrollbar-face-color: #202020;
	  scrollbar-arrow-color: #202020;
	  scrollbar-track-color: #202020;
	  scrollbar-shadow-color: #202020;
	  scrollbar-darkshadow-color: #000000;}
</style>
oder du packst alles in eine zentrale style.css..
steht im selfhtml beschrieben.
suka ist offline   Mit Zitat antworten