indexmenu.html
来自「酒店管理系统」· HTML 代码 · 共 41 行
HTML
41 行
<link href="../css/hotel.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
#memu2 {
position:absolute;
width:77px;
height:41px;
z-index:2;
left: 206px;
top: 43px;
visibility:hidden;
background-color: #FFFFFF;
}
-->
</style>
<div id="memu2" onmouseover="fun1(this)" onmouseout="fun3(this)">
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#ECE8B5" >
<tr>
<td><a href="emptyroom.php" target="mainFrame" class="char1 size1 STYLE2" onclick="fun2(document.all.memu2)">空房查询</a></td>
</tr>
<tr>
<td><a href="bookin.php" target="mainFrame" class="char1 size1 STYLE2" onclick="fun2(document.all.memu2)">预定房查询</a></td>
</tr>
<tr>
<td><a href="roomined.php" target="mainFrame" class="char1 size1 STYLE2" onclick="fun2(document.all.memu2)">入住房查询</a></td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?