modefiymenu.html

来自「酒店管理系统」· HTML 代码 · 共 38 行

HTML
38
字号

<style type="text/css">
<!--


#memu3 {
	position:absolute;
	width:60px;
	height:41px;
	z-index:2;
	left: 246px;
	top: 43px;
	visibility:hidden;
	background-color: #FFFFFF;	
}

-->
</style>




<link href="../css/hotel.css" rel="stylesheet" type="text/css">
<div id="memu3" onmouseover="fun1(this)"  onmouseout="fun3(this)">

  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ECE8B5" >
   
    <tr>
      <td><a href="bookin.php" target="mainFrame" class="char1 STYLE2" onclick="fun2(document.all.memu3)">预定房</a></td>
    </tr>
    <tr>
      <td><a href="roomined.php" target="mainFrame" class="char1 STYLE2" onclick="fun2(document.all.memu3)">入住房</a></td>
    </tr>
  </table>

</div>

⌨️ 快捷键说明

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