View Single Post
  #4  
Old 11-23-2010, 11:05 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,842
PokePets
Default RE: Implementing Scrollbox on Index Page

<html>
<head>
<title>De titel van je pagina.</title>
<style type="text/css">
<!--

.gekleurdetextarea
{
scrollbar-arrow-color: #FFFF00;
scrollbar-face-color: #FF0000;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: #008000;
scrollbar-shadow-color: #00FFFF;
scrollbar-darkshadow-color: #008080;
scrollbar-track-color: #FFA500;
}

-->
</style>
</head>
<body>
<form>
<textarea class="gekleurdetextarea" cols="20" rows="8">
</textarea>
</form>
</body>
</html

? This is just a simple colored scrollbox, i think you must just put the css above the html code?