Scroll Boxes
Here is how to add one :D I have to much free time XD
Fell free to use!
<!--<head>
<style type="text/css">
textarea {scrollbar-base-color:orange;}
</style>
</head>
<body>
<textarea cols="30" rows="4">
Put text here
</textarea>
</body>
-->
Fell free to use!
<!--<head>
<style type="text/css">
textarea {scrollbar-base-color:orange;}
</style>
</head>
<body>
<textarea cols="30" rows="4">
Put text here
</textarea>
</body>
-->
2
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
-
Inappropriate?Hi Pitfall,
Thanks for posting this - its a nice way to add code to your site which shows as code and can be copy and pasted away.
The CSS section didnt change anything for me.
Also in Yola the head tags and the body tags are not needed.
This part worked great.
<!--
<textarea cols="30" rows="4">
Put text here
</textarea>
-->
Thanks for posting - Lee.
-
Inappropriate?where did you get the code????
-
Inappropriate?I have a code to change my scrollbar colors but it wont work and I dont know wy here it is,can anyone figure itout??
<style type="text/css">
body {
scrollbar-arrow-color: FFFFFF;
scrollbar-base-color: 000000;
scrollbar-dark-shadow-color: 000000;
scrollbar-track-color: 006600;
scrollbar-face-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;
scrollbar-highlight-color: 009900;
scrollbar-3d-light-color: 000000;
}
</style> -
Hi Aaron,
Your code only works in IE and not in FF. One important thing you must know about a colored scrollbar is that it does not work in Gecko-based browsers (Firefox, Netscape Navigator, Mozilla): It is an Internet Explorer's only property. It is not a standard property or a proprietary property. According to W3C, these properties are illegal: they are neither defined in any CSS specification nor are they marked as proprietary (by prefixing them with "-vendor-").
Loading Profile...




CHAMP
EMPLOYEE


