html-popups.html

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

HTML
21
字号
<html xmlns="http://www.w3.org/1999/xhtml">  <head>    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    <title>DynarchMenu: HTML popups</title>    <style type="text/css"> @import url("../src/skin-system.css"); body { background-color: #ccc; }</style>    <script type="text/javascript">      // WARNING: the following should be a path relative to site, like "/hmenu/"      // here it is set relative to the current page only, which is not recommended      // for production usage; it's useful in this case though to make the demo work      // correctly on local systems.      _dynarch_menu_url = "../src/";    </script>    <script type="text/javascript" src="../src/hmenu.js"></script>  </head>  <body onload="DynarchMenu.setup('menu');">    <p>      Sometimes, the HTML inside a popup menu can get quite      complicated.  In this case, it's desirable that it doesn't      behave like a menu item anymore, that is: it shouldn't get      鈥渉over鈥

⌨️ 快捷键说明

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