files.html

来自「用于一医院的电子病历系统. JAVA开发。很有参考价值。」· HTML 代码 · 共 37 行

HTML
37
字号
<html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    <title>dhtml menu javascript menu</title>    <link rel="stylesheet" href="../code.css" />  </head>  <body onload="window.parent.sectionLoaded(document.body)"><div style="font-size: 1px; line-height: 1px"><br /></div>      <h1>Distribution files</h1>      <p>        The ZIP file that you downloaded (<tt>hmenu-2.9.zip</tt>)        contains the following file structure:      </p>      <ul class="list-files">        <li><tt>hmenu-2.9</tt> -- base directory</li>        <ul>          <li><tt>icons</tt> -- directory containing sample menu icons</li>          <li>            <tt>src</tt> -- directory containing the main menu files            <ul>              <li>                <tt>img</tt> -- directory containing images accessed                by the stylesheet file.                <ul>                  <li><tt>blank.gif</tt> -- needed to workaround bugs in IE.</li>                  <li><tt>rarrow.gif</tt> -- the small arrow displayed                  in the menu items that contain submenus.</li>                  <li><tt>shadow.png</tt> -- used to display smooth                  shadows.</li>                  <li>other folders may be here containing skin images.</li>                </ul>              </li>              <li><tt>hmenu.js</tt> -- the main program file,              鈥渃ompressed鈥

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?