Scorllbar CSS is not working in firefox, and safari..... i am using this css. <div style="width: 50; height: 245px; overflow-y: Scroll; overflow: -moz-scrollbars-vertical;"> //Table content here /// </div> <style type="text/css"> body { scrollbar-base-color: #C1CBD7; scrollbar-arrow-color: #9DACBF; scrollbar-3dlight-color: #C1CBD7; scrollbar-darkshadow-color: #C1CBD7; scrollbar-face-color: #CCCCCC; scrollbar-highlight-color: #CCCCCC; scrollbar-shadow-color: #C1CBD7; scrollbar-track-color: #CCCCCC; } </style> Thx, Vivek
Those properties are proprietary and non-standard. They only work in IE and something like Konqueror. Nowhere else.
Yeah, that's a "My IE specific properties don't work anywhere but IE" complaint. Those are NOT in the CSS specification, and only work in IE and Opera. (Yes, they work in Opera) Kind of like that silly -moz property being gecko only.