Projekt

Allgemein

Profil

Herunterladen (1,18 KB) Statistiken
| Zweig: | Markierung: | Revision:
32fa785e Moritz Bunkus
/************************************************************************************************************

DHTML Suite for Applications
(C) www.dhtmlgoodies.com, August 2006

CSS for the DHTMLsuite_tableWidget class.
a5315ec3 Sven Donath
32fa785e Moritz Bunkus
Terms of use:
Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse
a5315ec3 Sven Donath
32fa785e Moritz Bunkus
Thank you!
a5315ec3 Sven Donath
32fa785e Moritz Bunkus
www.dhtmlgoodies.com
Alf Magne Kalleland

************************************************************************************************************/

.DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */
color:#FFF;
height:26px;
width:100%;
background-repeat:repeat-x;
a5315ec3 Sven Donath
font-family: sans-serif, Verdana, Arial, Helvetica;
32fa785e Moritz Bunkus
font-size:12px;
z-index:100000;
padding-left:10px;
01b3bcb9 Sven Schöling
/* background-image:url('../../../image/dhtmlsuite/menu_strip_bg.jpg');*/
background-image:url('../../../image/bg_css_menu.png');
32fa785e Moritz Bunkus
}

.DHTMLSuite_menuBar_sub{
position:absolute;
background-color:#FFF;
border:1px solid #000;
01b3bcb9 Sven Schöling
background-image:url('../../../image/dhtmlsuite/menu-bar-gradient.jpg'); /* Background image for sub menu items */
32fa785e Moritz Bunkus
background-repeat:repeat-y;
background-position: left center;
display:inline;
}