ksstudio
04-01-2001, 01:53 PM
1. How can we change the color of the site scroller bar?
2. How can we add a logo to the web title?
Thanks a lot!
2. How can we add a logo to the web title?
Thanks a lot!
![]() | View Full Version : Change Scroller Color ksstudio 04-01-2001, 01:53 PM 1. How can we change the color of the site scroller bar? 2. How can we add a logo to the web title? Thanks a lot! Phiberop 04-01-2001, 03:59 PM Hello, Not sure how your going to add a logo the the title, but here is how you can change the scroller color. <STYLE TYPE="text/css"> BODY { scrollbar-base-color: #006A8A; scrollbar-arrow-color: #006A8A; scrollbar-DarkShadow-Color: #006A8A; } </STYLE> Regards, Mike acetate 04-01-2001, 04:01 PM 1. How can we change the color of the site scroller bar? In your ccs or style tag add BODY {scrollbar-face-color: #[hexcolor]; scrollbar-shadow-color: #[hexcolor]; scrollbar-highlight-color: #[hexcolor]; scrollbar-3dlight-color: #[hexcolor]; scrollbar-darkshadow-color: #[hexcolor]; scrollbar-track-color: #[hexcolor]; scrollbar-arrow-color: #[hexcolor]} Replace [hexcolor] with the color you want.. example: http://www.intensehost.com 2. How can we add a logo to the web title? Umm.. Don't understand what you want to know? You mean a shortcut icon in the address bar/favorites?? For the shortcut icon: between your head tags.. add <LINK REL="SHORTCUT ICON" HREF="http://www.intensehost.com/[icon image]"> acetate 04-01-2001, 04:05 PM Oh forgot.. To create these icons.. You might want to download this: ftp://ftp.cursorarts.com/vendors/x2x2/favic_sw.zip (trial download tho..) ksstudio 04-01-2001, 11:56 PM Thanks a lot acetate & Phiberop ! Now i know how to change the color of the scroll bar already! Thanks a lot! quote: --------------------- 2. How can we add a logo to the web title? --------------------- What i mean is like the http://cgi.resourceindex.com page there is a CGI logo before the http: replacing the IE icon. >> I am still working on the logo staff. Thanks again! BC 04-02-2001, 12:32 AM Originally posted by ksstudio --------------------- 2. How can we add a logo to the web title? --------------------- What i mean is like the http://cgi.resourceindex.com page there is a CGI logo before the http: replacing the IE icon. >> I am still working on the logo staff. Thanks again! That's known as the FavIcon - http://www.favicon.com |