TheShibby
07-31-2003, 11:31 PM
wats the code for changing the color of the scrollbar? Also, how do you change the image for the mouse on ur site?
Thanks in advance
Thanks in advance
|
Click to See Complete Forum and Search --> : scrollbar color and mouse TheShibby 07-31-2003, 11:31 PM wats the code for changing the color of the scrollbar? Also, how do you change the image for the mouse on ur site? Thanks in advance Bungholio 07-31-2003, 11:45 PM hi, try CSS for changing the mouse, as for the scroll bar, css also this works, but only in IE, dont think other browsers recognize ... body { scrollbar-arrow-color:#507FDE; scrollbar-track-color:#507FDE; scrollbar-shadow-color:#2459B5; scrollbar-face-color:#3366CC; scrollbar-highlight-color:#D1D1D1; scrollbar-darkshadow-color:#507FDE; scrollbar-3dlight-color:#3366CC; } note: for simple stuff like this, do use google xataku_nakusute 08-01-2003, 01:24 AM body { cursor: url("your_custom_cursor.cur"); } Dark Dragon 08-01-2003, 08:01 AM Actually I am glad someone asked this question because I was curious myself but was hesitant to ask, especially when I come across little side comments like: For simple stuff like this, do use Google. Bungholio....Can I ask a favor and please don't say side comments like that to people..it makes people afraid to ask questions for fear of being ridiculed and brushed off...this is what this forum is for..for asking about and discussing web developing..comments like that only push people and possible newcommers away when they see stuff like that..if answering a question like that is beneath you then please don't even bother responding....thanks a bunch. pyro 08-01-2003, 08:14 AM Originally posted by Bungholio as for the scroll bar, css also this works, but only in IE, dont think other browsers recognize ...That is because it is proprietary css code -- not part of the specs... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |