PDA

View Full Version : internet explorer scrollbar



Neo-Geo
May 27th, 2003, 03:24 AM
anyone know how to change design and color of internet explorer scrollbar for our website?...

lostinbeta
May 27th, 2003, 03:33 AM
Check this tutorial...

http://www.htmlgoodies.com/tutors/scrollcolor.html


And since this is for the IE scrollbar, this belongs in server-side/scripting. So I am moving it there.

lostinbeta
May 27th, 2003, 03:35 AM
Heres a more in depth one...

http://www.websitetips.com/info/css/scrollbars.html

Neo-Geo
May 27th, 2003, 04:34 AM
thanks lostinbeta, but what if i used flash, publish it as HTML and then upload to my website..
where can i put those code to change scrollbar color? i dont know about scripting in HTML..

lostinbeta
May 27th, 2003, 11:48 AM
Publish your file, and when it exports the .html file you can...


A) Open the file in any text editor and add the code, save, then upload.

B) Open the file in IE... go to View/Source, add the code, save, then upload.


What I would do so that my file didn't get overwritten everytime I publish is create a duplicate of the original html file (needs to be a different name of course) and add the code to the duplicate file. That way when you publish the original file gets overwritten, but the file with your code does not.