/* Tiny Scrollbar */ #map_container { float:right; width:266px; position:relative; overflow:hidden; height:560px;} #map_container .viewport { width: 500px; height: 560px; overflow: hidden; position: relative; } #map_container .overview { list-style: none; position: absolute; left: 0px; top: 0px; padding: 0; margin: 0; } #map_container .scrollbar{ position: absolute;right:0px;z-index:9998; background-position: 0 0; float: right; width: 8px; } #map_container .track { background:#ebebeb url(images/map/img/scroll_background.png) repeat-y -2px 0px; height: 100%; width:8px; position: relative; padding: 0 1px; } #map_container .thumb { background:#cccccc; height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; } #map_container .thumb .top_bar {position:absolute;cursor:pointer;top:0px; background:#cccccc url(images/map/img/scroll_background.png) no-repeat -17px top; overflow: hidden; height: 7px; width: 8px; } #map_container .thumb .end_bar {position:absolute;z-index:99999;cursor:pointer;bottom:0px; background:#cccccc url(images/map/img/scroll_background_bottom.png) 0px 0px no-repeat ; _background:#cccccc url(images/map/img/scroll_background_bottom.png) 0px -1px no-repeat ; overflow: hidden; height: 7px;_height:6px; width: 8px; } #map_container .disable { display: none; }
|