/* CSS Document */ /* ** ZABBIX ** Copyright (C) 2000-2007 SIA Zabbix ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the Free Software Foundation; either version 2 of the License, or ** (at your option) any later version. ** ** This program is distributed in the hope that it will be useful, ** but WITHOUT ANY WARRANTY; without even the implied warranty of ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** GNU General Public License for more details. ** ** You should have received a copy of the GNU General Public License ** along with this program; if not, write to the Free Software ** Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ** */ div.scrollx{ overflow:auto; height:18px; } div.scrolly{ overflow:auto; width:20px; } div.sdi{ position:absolute; right: 2px; top: 2px; width: 200px; height: 100px; border: red 1px solid; overflow:auto; } img.bar_arrow{ display: none; position: relative; z-index: 10; } div#scroll{ position:absolute; /* display:none; */ height:17px; } img#scroll_calendar{ position: absolute; top: -12px; left: 0px; } img#scroll_calendar:hover{ cursor: pointer; } div#scrolltableft{ position:absolute; top: -15px; left: 18px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; /* background-color:#FFF; */ } div#scrolltabright{ position:absolute; top: -15px; right: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; /* background-color:#FFF; */ } div#scroll_left{ background-image: url(../images/general/bar/left.gif); background-repeat:no-repeat; width:17px; height: 17px; float: left; } div#scroll_left:hover{ cursor:pointer; } div#scroll_right{ background-image: url(../images/general/bar/right.gif); background-repeat:no-repeat; width:17px; height: 17px; float: left; } div#scroll_right:hover{ cursor:pointer; } div#scroll_middle{ background-image: url(../images/general/bar/bg.gif); height: 17px; float: left; } div#scroll_bar{ position: absolute; bottom: 0px; left: 17px; } div#scroll_bar:hover{ cursor:pointer; } div#arrow_l{ position:absolute; bottom: 0px; display:none; background-image:url(../images/general/bar/arrow_l.gif); background-repeat:no-repeat; width: 12px; height:17px; } div#arrow_l:hover{ cursor:pointer; } div#arrow_r{ position:absolute; bottom: 0px; display:none; background-image:url(../images/general/bar/arrow_r.gif); background-repeat:no-repeat; width: 12px; height:17px; } div#arrow_r:hover{ cursor:pointer; } div#bar_left{ background-image: url(../images/general/bar/bar_left.gif); background-repeat:no-repeat; width:2px; height: 17px; float: left; } div#bar_bg_l{ background-image: url(../images/general/bar/bar_bg.gif); width:26px; height: 17px; float: left; } div#bar_middle{ background-image: url(../images/general/bar/bar_middle.gif); background-repeat:no-repeat; width:8px; height: 17px; float: left; } div#bar_bg_r{ background-image: url(../images/general/bar/bar_bg.gif); width:26px; height: 17px; float: left; } div#bar_right{ background-image: url(../images/general/bar/bar_right.gif); background-repeat:no-repeat; width:2px; height: 17px; float: left; }