Loans | Personal Loans | Personal Loans | Loans | Loans
Changing scroll bar color & adding logo for a webpage [Archive] - PCMech Forums

PDA

View Full Version : Changing scroll bar color & adding logo for a webpage


Force Flow
01-04-2003, 08:33 PM
Does anyone know how to get the scroll bar on the side of a browser to change to a different color when designing a website?

Also, how to get a little logo to show to the left of the address in the address bar.

Thanks :)

reboot
01-06-2003, 12:27 PM
http://www.dynamicdrive.com has what you need for the colored scrollbar.
http://www.favicon.com has what you need for the icon/logo.

mairving
01-06-2003, 05:40 PM
Here (http://builder.cnet.com/webbuilding/0-7690-8-4807353-1.html?tag=st.bl.7690.dir1.7690-8-4807353-1) is a link that will tell you everything that you need to know about colored scrollbars. Keep in mind that they take IE 5.5 or above to work.

Force Flow
01-06-2003, 06:47 PM
Thanks for the replies guys!

I've been trying to get the favicon to work. I've been putting this in the wepage head:

< LINK REL="SHORTCUT ICON" HREF="favicon.ico" >

I can't seem to get it to work. I have both the index.html and favicon.ico in the same directory.

Force Flow
01-06-2003, 07:02 PM
Hmm... I got it working, but not in IE6. It works in Opera7, though.

It says it works in IE5 and up, why not IE6?

reboot
01-07-2003, 11:23 AM
You must clear the temp files, and cookie of the site before it will work. Known issue with IE.

Force Flow
01-07-2003, 01:26 PM
Ah. Thanks :)