Linked Questions

169 votes
6 answers
622k views

How can I define a CSS scrollbar style cross browser? I tested this code, it only works in IE and opera, but failed in Chrome, Safari and Firefox. <style type="text/css"> <!-- body { ...
yuli chika's user avatar
  • 9,241
44 votes
2 answers
191k views

My jsfiddle is here I trying to change the color of the scrollbar but here it is not working. Css: .flexcroll { scrollbar-face-color: #367CD2; scrollbar-shadow-color: #FFFFFF; ...
Suresh Pattu's user avatar
  • 6,287
8 votes
3 answers
52k views

I would like the style of the scrollbar of my div style was similar to the iPhone or the new finder osx Lion. It must be compatible with all browsers. Is it possible?
JellyBelly's user avatar
  • 2,431
7 votes
2 answers
27k views

I am trying to figure out how to make the webkit scrollbar button appear. I'm testing this on safari on Mac. I read these guides but I can't for the life of me figure out how to get a simple button ...
Clam's user avatar
  • 955
2 votes
3 answers
22k views

How can I change the scroll bar style in css or change the different UI in chrome or any browser. I have seen many sites with different user interfaces. Can this be done with css or html?
user avatar
5 votes
2 answers
2k views

I tried searching online but I didn't find any good sources on this. Is there a way to style scroll bars with pure CSS so that it is compatible with a maximum number of browsers?
user773804's user avatar
1 vote
1 answer
10k views

I want to customise the scroll bar. According to this: http://webdesign.tutsplus.com/articles/quick-tip-styling-scrollbars-to-match-your-ui-design--webdesign-9430 you can do it using -webkit-...
Yahya Uddin's user avatar
  • 29.3k
2 votes
1 answer
6k views

Is there a way to customize a scrollbar with only CSS that effects a specific div and not everything in the entire page? I have found that I can use ::-webkit-scrollbar In order to change the style ...
Roozbeh15's user avatar
  • 4,207
0 votes
1 answer
6k views

I want to style the scroll bar, ex: changing its color. I use this and it does not works. CSS: scrollbar-base-color:#369; scrollbar-3dlight-color:#ffd700; scrollbar-arrow-color:#ff0; scrollbar-base-...
Minh Bang's user avatar
  • 153
0 votes
1 answer
5k views

I have done this code below to customize my scrollbars but I need to put the arrows in the buttons, how can I made it? ::-webkit-scrollbar { width: 50px; } ::-webkit-scrollbar-button:start:...
Leandro Baptista's user avatar
-1 votes
2 answers
1k views

In a div I gave overflow auto to have a scroll bar to display the content that exceeds the limit My scroll bar appears in blue color that doesn't suit my layout how can i change the color div#...
udaya's user avatar
  • 9,856
2 votes
0 answers
4k views

I am looking for an alternative for -webkit-scrollbar pseudo class. As its browser dependent(Chrome and Safari). Is there a css alternative or JS code for the same? -webkit-scrollbar { display: ...
Vaibhav's user avatar
  • 841
0 votes
2 answers
2k views

For styling scrollbar (of ul) I have used css. .requestType is the class of ul. css I used is - .requestType{ height:600px; overflow-y: scroll; } .requestType::-webkit-scrollbar-track { -...
Aaditi 's user avatar
1 vote
1 answer
2k views

How do I implement custom scroll design for a specific textarea in the major browsers? eg: Sample image for my scroll design:
krishna's user avatar
  • 76
0 votes
1 answer
2k views

I have done the following to customize my scroll bar ::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-...
33528's user avatar
  • 382

15 30 50 per page
1
2 3 4 5 6