) how to change look and feel of the scrollbar of internet explorer ??
-
I browse the site www.only4gurus.com then I found that they change the look & feel of the scrollbar of internet explorer, so I want to know how can I develop a that kind of site where design of the scrollbar will be defined by me. tbhattacharjee
-
I browse the site www.only4gurus.com then I found that they change the look & feel of the scrollbar of internet explorer, so I want to know how can I develop a that kind of site where design of the scrollbar will be defined by me. tbhattacharjee
You can use the CSS Styles:
<!-- body {scrollbar-3dlight-color:gold; scrollbar-arrow-color:yellow; scrollbar-base-color:tomato; scrollbar-darkshadow-color:orange; scrollbar-face-color:teal; scrollbar-highlight-color:hotpink; scrollbar-shadow-color:magenta} -->
I think... It's been a while since I've done something like that..
Despite the high cost of living, it remains popular. Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.
-
I browse the site www.only4gurus.com then I found that they change the look & feel of the scrollbar of internet explorer, so I want to know how can I develop a that kind of site where design of the scrollbar will be defined by me. tbhattacharjee
:cool:You will need to use styles via stylesheets or use inline styles within your webpage. Check out the following link, this should help... http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/scrollbarColor.htm Cheers Colin