Hey,
Does Anyone Know How 2 Change The Colour Of Scroll Bars? All I Know Is That It's CSS And Thats It, So if Anyone Knows The Code, Then Please Leave It Under Here =) (Or Website) x)
Thanks
Ross![]()

Hey,
Does Anyone Know How 2 Change The Colour Of Scroll Bars? All I Know Is That It's CSS And Thats It, So if Anyone Knows The Code, Then Please Leave It Under Here =) (Or Website) x)
Thanks
Ross![]()
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Put the following into your coding, and just change the color codes to what you want them to be..
<style type="text/css">
<!--
body {
SCROLLBAR-ARROW-COLOR: #0000CC;
SCROLLBAR-BASE-COLOR: #E1E1E1;
SCROLLBAR-FACE-COLOR: #E1E1E1;
SCROLLBAR-HIGHLIGHT-COLOR: #E1E1E1;
SCROLLBAR-SHADOW-COLOR: #E1E1E1;
SCROLLBAR-3DLIGHT-COLOR: #E1E1E1;
SCROLLBAR-TRACK-COLOR: #E1E1E1;
SCROLLBAR-DARKSHADOW-COLOR: #E1E1E1;
}
-->
</style>
My Website -- HabboCorner.com Check It Out!! =)
cool, thanks mate =)
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
if you do your site in flash you can get really intersting scroller bards![]()
Where Do You Place That? Just In The Body? :s
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
I usually put it before/after the body or in the head..
My Website -- HabboCorner.com Check It Out!! =)
doesn't seem 2 be working for me...
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
This might just make it worse, it's actually pretty simple, but here is a bit of coding I just copied from my website, so maybe it will help, it has a lot of other stuff in it, just ignore it though, and look where the scrollbar colors are at, I have them between Head and Body..
<html>
<head>
<title>HabboCorner.com - HabboHotel.com Fansite</title>
</head>
<style type=text/css>
Aink {
COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
A:active {
COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
COLOR: #0099CC; TEXT-DECORATION: underline
}
</style>
<style type="text/css">
<!--
body {
SCROLLBAR-ARROW-COLOR: #0000CC;
SCROLLBAR-BASE-COLOR: #E1E1E1;
SCROLLBAR-FACE-COLOR: #E1E1E1;
SCROLLBAR-HIGHLIGHT-COLOR: #E1E1E1;
SCROLLBAR-SHADOW-COLOR: #E1E1E1;
SCROLLBAR-3DLIGHT-COLOR: #E1E1E1;
SCROLLBAR-TRACK-COLOR: #E1E1E1;
SCROLLBAR-DARKSHADOW-COLOR: #E1E1E1;
}
-->
body {background-color: #e7e3e7}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #000099;
}
</style>
<body style="background-color: #E1E1E1">
My Website -- HabboCorner.com Check It Out!! =)
nope, still not working =D but thanks for trying! isnt there a site where it does it for u?!
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Not sure about doing it for you, but here is one link, but all it shows is pretty much same as I said, but you can check it out if you wish: http://www.ssi-developer.net/css/scr...-colours.shtml
My Website -- HabboCorner.com Check It Out!! =)
Want to hide these adverts? Register an account for free!