?? example3-3.html
字號(hào):
<html><head> <title>Shelley Biotechnologies</title> <style type="text/css"> #header { position: absolute; left: 32; top: 20; } #mainnav { position: absolute; left: 32; top: 82; } #sidenav { position: absolute; left: 450; top: 120; } #heart { position: absolute; left: 124; top: 204; } #hearttext { position: absolute; left: 32; top: 149; } #rosehips { position: absolute; left: 397; top: 213; } #rosehipstext { position: absolute; left: 314; top: 149; } #news { position: absolute; left: 40; top: 120; z-index: 10; visibility: hidden; width: 150; } .sidenavtext { font-family: verdana, sans-serif; font-size: 10px; font-weight: normal; } .link { font-family: verdana, sans-serif; font-size: 10px; } .newscopy { font-family: verdana, sans-serif; font-size: 10px; font-weight: bold;} </style> <script language="javascript"> browser = navigator.appName; browserNum = parseInt(navigator.appVersion); if ((browser == "Netscape") && (browserNum < 5)) { // Netscape 4.x layerRef = "document.layers['"; endLayerRef = "']"; styleRef = ""; } else if ((browser == "Netscape") && (browserNum >= 5)) { // Netscape 6 layerRef = "document.getElementById('"; styleRef = ".style"; endLayerRef = "')"; } else { // Internet Explorer layerRef = "document.all['"; endLayerRef = "']"; styleRef = ".style"; } function showLayer(layerName) { eval(layerRef + layerName + endLayerRef + styleRef + ".visibility = 'visible'"); } </script></head><body bgcolor="#FFFFFF"><div id="header"> <img src="images/shelley.gif" alt="Shelley Biotechnologies" width="395" height="49"></div><div id="mainnav"> <img src="images/main_nav.gif" width="564" height="32" usemap="#mainnavmap" border=0> <map name="mainnavmap"> <area shape="rect" coords="344,6,421,28" href="about" > <area shape="rect" coords="266,6,329,27" href="store" > <area shape="rect" coords="166,5,252,27" href="research" > <area shape="rect" coords="61,6,146,26" href="products" > <area shape="rect" coords="0,7,45,26" href="javascript:showLayer('news');" > </map></div><div id="sidenav" class="sidenavtext"> Home Search Contact</div><div id="hearttext"> <img src="images/heart_text.gif" width="97" height="139"></div><div id="heart"> <img src="images/heart.jpg" width="171" height="222"></div><div id="rosehips"> <img src="images/rosehips.jpg" width="200" height="224" border=0></div><div id="rosehipstext"> <img src="images/rose_text.gif" width="142" height="138"></div><div id="news"> <a href="news/0426" class="newscopy">April 26, 2001 - BioHomeLab 2.0 Released!</a><p> <a href="news/0309" class="newscopy">March 9, 2001 - Irving Archbite named as CEO</a><p> <a href="news/0301" class="newscopy">March 1, 2001 - Thornacycline Clinical Trials are Expanded</a><br></div></body></html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -