📄 menu-bar.css
字号:
/************************************************************************************************************
DHTML Suite for Applications
(C) www.dhtmlgoodies.com, August 2006
CSS for the DHTMLSuite_tableWidget class.
Terms of use:
Look at the terms of use at http://www.dhtmlgoodies.com/index.html?page=termsOfUse
Thank you!
www.dhtmlgoodies.com
Alf Magne Kalleland
************************************************************************************************************/
.DHTMLSuite_menuBar_top{ /* The bar that is parent of the menu strip */
height:26px;
width:100%;
background-repeat:repeat-x;
font-family: Arial;
font-size:12px;
z-index:100000;
padding-left:10px;
background-image:url('../demo-images/menu_strip_bg_gray.gif');
}
.DHTMLSuite_menuBar_sub{
position:absolute;
background-color:#FFF;
border:1px solid #000;
background-image:url('../demo-images/menu-bar-gradient-gray.gif'); /* Background image for sub menu items */
background-repeat:repeat-y;
background-position: left center;
display:inline;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -