menu.css
来自「js实现多种浮动菜单,级联菜单,可拖动菜单」· CSS 代码 · 共 26 行
CSS
26 行
/* --- static menu styles ---note: 1. not all browsers render styles the same way so try out your style sheet on different browsers before publishing;style naming convention: m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>*//* all levels inner */.minner { font: 12px Tahoma, Verdana, sans-serif; text-decoration : none; padding: 4px; color: black;}/* all levels outer */.moout { text-decoration : none; border : 1px solid #666666; background: #ffffff;}.moover { text-decoration : none; border : 1px solid #666666; background: #cccccc;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?