zl程序教程

您现在的位置是:首页 >  其他

当前栏目

JavaScriptCSS菜单功能代码

代码 功能 菜单 javascriptcss
2023-06-13 09:14:07 时间
Menu #menubar{ font-family:verdana; font-size:12px; margin:1px; } #menubarli{ float:left; position:relative; text-align:left; } /*eachmenuitemstyle*/ #menubarlia{ border-style:none; color:black; display:block; width:150px; height:20px; line-height:20px; padding-left:10px; text-decoration:none; } /*thefirstlevelmenuwhichdisplaysdefault*/ #menubar.menuMain{ border-color:#C0C0C0; border-width:1px; border-style:solid; } /*thefirstlevestylewhenmouseonit*/ #menubarlia:hover{ background-color:#efefef; text-decoration:underline; } /*thesecondlevelmenublockstyle*/ #menubarliul{ background-color:#efefef; border-style:none; display:none; position:absolute; top:20px; left:-40px; margin-top:2px; width:150px; } /*thesubmenuitemstylewhenmouseonit*/ #menubarliullia:hover{ text-decoration:underline; padding-left:20px; } /*thethirdormorelevelmenublockstyle*/ #menubarliulliul{ display:none; position:absolute; top:0px; left:150px; margin-top:0; margin-left:0; width:150px; }
File
  • New
  • Open
  • Save
  • SaveAs
  • Close
Edit
  • Cut
  • Copy
  • Paset
  • Delete
  • SelectAll
View
    ViewList
    • ToolBar
    • StateBar
    • FunctionList
    • LabelList
  • ShowLineNumber
  • SetColor