DIV scroll bar Firefox compatible with JS module scrollbar-dark-shadow-color: #eee;
<iframe src= "" frameborder= "0" scrolling= "no" ></iframe>--------------------follow iframe.html<iframe src = "111.html" frameborder= "0" ></iframe> 111.html<style type= "text/css" >body{ Overflow-x:hidden; * No left and right scrolling *//* Overflow:hidden; /* No scrolling * /overflow-y:hidden;/* No scroll up/down */*/scrollbar-face-color: #333; /* (Color of the protruding part of the stereoscopic scrollbar) */scrollbar-highlight-color: #666; /* (color of blank part of scroll bar) */scrollbar-shadow-color: #999; /* (Color of the stereoscopic scrollbar shadow) */Scrollbar-arrow-color: #ccc; /* (the color of the triangular arrows on the upper and Lower buttons) */Scrollbar-base-color: #ddd; /* (basic color of scroll bar) */scrollbar-dark-shadow-color: #eee; /* (Color of the solid scrollbar strong Shadow) */}</style><div style= "background: #ccc; width:999px; height:999px; " > </div>
Hello! I'm glad to answer your questions!
Firefox does not support custom scroll bar styles, use JS to simulate
<marquee direction= ' up ' style= "Cursor:hand" height= "+" onmouseover=stop ( ) Onmouseout=start () >