use this code on ur web site in head tag <link rel="SHORTCUT ICON" href="path of favicon.ico" type="image/x-icon" />
no man u don't understand my question. my que. is i want to change color thim in my website. if i will click blue color then my site going to blue..... if i will click red color then my site going to red..... etc...
You can observe the source of that HTML page and see how they did it. My understanding is that you've to create multiple CSS for each color that you want, then have that load when the user clicks on a corresponding color.