Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on Feb 9, 2010 18:48:34 GMT -8
Hey I would like it if someone made A code that Changed the color of the Scroll Bar,Please. I do not know if it is possible but if it is please tell me. I have No knowledge of Scripting Or Anything but a little Html experiance THX Also Is it Possible to have a code that Enables <HTML> =)
|
|
|
Post by Wormopolis on Feb 9, 2010 20:31:59 GMT -8
1. the scrollbar can be modified through CSS, but it doesnt work in all browsers. that is the only way to modify it however, no javascript can do it. the CSS for it looks like: <style type="text/css">
body {scrollbar-3dlight-color:#ffd700; scrollbar-arrow-color:#ff0; scrollbar-base-color:#ff6347; scrollbar-darkshadow-color:#ffa500; scrollbar-face-color:#008080; scrollbar-highlight-color:#ff69b4; scrollbar-shadow-color:#f0f}
</style>
play around with the hex values to see what gets changed
2. enabling HTML in a post is only possible if the HTML has already been pre-parsed and then substituted in. typing HTML directly into the post is very complex and also a little dangerous (if someone posted invalid HTML it would crash your browser). SoCal has a code that will let the admin create some HTML in the header, hidden inside a Div, and uses a keyword to clone it unhidden into a post.
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on Feb 10, 2010 14:41:45 GMT -8
Thx Wormo!
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 23, 2010 15:34:58 GMT -8
Where is that code???
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 23, 2010 15:35:35 GMT -8
The Html, enabling one I mean
|
|
|
Post by Wormopolis on May 23, 2010 19:42:05 GMT -8
|
|
Reese
Junior Member
I've said one great thing!
Posts: 53
Reese said 0 great things
|
Post by Reese on May 26, 2010 14:41:07 GMT -8
Thanks!
|
|