How do i change the color of the scroll-bar on my website?
-
Does any1 know how i can change the color of my scrollbar on my website, or do you know the HTML coding for it (i want to make it black) --thanks--
-
Answer:
Note that this code will only work in Internet Explorer. To alter the scrollbar color, you need to use stylesheets (CSS). Put them in your <head>, like this... <html> <head> <title>My Page</title> <style type="text/css"> /* STYLES HERE */ </style> </head> <body> Welcome to my page! </body> </html> Okay. Now. I would recommend going to "Nutrockers Scrollbar CSS Style Engine," here: http://www.nutrocker.co.uk/scrollbarcolor.html That will allow you to get the right colors without having to experiment a ton. Remember that you can not set the scrollbar in browsers such as Firefox without using Flash... but those scrollbars are generated within the Flash embed anyway, so it doesn't really count. Try these links for more info: http://www.htmlgoodies.com/beyond/css/article.php/3470421 http://www.websitetips.com/info/css/scrollbars.shtml
RedHead at Yahoo! Answers Visit the source
Other answers
email the wedsite.
Shawn1999J
scrollbar-face-color: #333333; scrollbar-shadow-color: #636363; scrollbar-highlight-color: #636363; scrollbar-3dlight-color: #333333; scrollbar-darkshadow-color: #333333; scrollbar-track-color: #636363; scrollbar-arrow-color: #636363;
3wshare
use this tool to make the style sheet and then paste it into your source code between the <head></head> tag pair above the body tag http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_generators%2edb&command=viewone&id=45&op=t
dwightl.geo
Related Q & A:
- How can I change the color of tab host?Best solution by Stack Overflow
- How do I change the color of my Yahoo home page?Best solution by Yahoo! Answers
- How do I change the color of my mail home backround?Best solution by Yahoo! Answers
- How can i change the color in my yahoo mail?Best solution by Yahoo! Answers
- How do i change the color of my yahoo page?
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.