anyone know how to change design and color of internet explorer scrollbar for our website?..
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.
Heres a more in depth one…
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…
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.