📄 23.3.htm
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Rollover Message</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
#buttons {position: absolute; top: 10px;
background-color: yellow;width: 20%;}
#description {position: absolute;top: 10px;left: 40%;}
-->
</style>
<script src="layerlib.js" type="text/javascript"></script>
</head>
<body>
<div id="buttons" >
<a href="about.html"
onmouseover="setContents('description',
'Discover the history and management behind the Democompany.');"
onmouseout="setContents('description', ' ');">About</a>
<br><br>
<a href="products.html"
onmouseover="setContents('description',
'If you like our domes, you\'ll love our robots!');"
onmouseout="setContents('description', ' ');">Products</a>
</div>
<div id="description"> </div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -