roominmenu.html
来自「酒店管理系统」· HTML 代码 · 共 44 行
HTML
44 行
<style type="text/css">
<!--
#memu4 {
position:absolute;
width:73px;
height:41px;
z-index:2;
left: 132px;
top: 43px;
visibility:hidden;
background-color: #FFFFFF;
}
-->
</style>
<script>
</script>
<link href="../css/hotel.css" rel="stylesheet" type="text/css">
<div id="memu4" 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.memu4)">预定房入住</a></td>
</tr>
<tr>
<td><a href="customin.php" target="mainFrame" class="char1 STYLE2" onclick="fun2(document.all.memu4)">新开房间</a></td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?