chanchelkumar Posted July 10, 2007 Share Posted July 10, 2007 hi friends, Am working with CSS and i found difficulty to change the style of scroll bar ... i found codes on IE only... Is there any code for Firefox and IE commonly? Am totally disappointed with this situation? Thanks, Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 10, 2007 Share Posted July 10, 2007 The scrollbar element is not part of the CSS standard. It's something Microsoft provided in their implementation of the CSS standard. Quote Link to comment Share on other sites More sharing options...
chanchelkumar Posted July 10, 2007 Author Share Posted July 10, 2007 then what we can do?? It looking very bore!!! can any one suggest a solution!!!! Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted July 10, 2007 Share Posted July 10, 2007 use a browser that has the most fantastic scroll bar design that you can find... and live with it. Quote Link to comment Share on other sites More sharing options...
chanchelkumar Posted July 11, 2007 Author Share Posted July 11, 2007 But i want browser compactability!!!! It's my personal site... It will shown bore in different browser...then it will be a negative for me... Please co-operate... Thanks, C.K Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted July 11, 2007 Share Posted July 11, 2007 ONLY IE allows you style scroll bars with css. here is the css code to do that (change your colours to match) body { scrollbar-face-color: #F00; scrollbar-shadow-color: #00F; scrollbar-highlight-color: #0F0; scrollbar-3dlight-color: #F0F; scrollbar-darkshadow-color: #0FF; scrollbar-track-color: #FF0; scrollbar-arrow-color: #000; } Other browser will NOT apply any of these - they will have their own scrol bars. IF you honestly believe that having scroll bars styled will be the difference between your site being a boring page and an engaging page then I suspect the page is already too boring to want to view for more than 3 seconds... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.