?? nifty9js.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Nifty Corners: Javascript CSS rounded corners</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.1">
<style type="text/css">
body{padding: 20px;background-color: #C7C7F2;
font: 76% Verdana,Arial,sans-serif}
div#minipics ul{list-style-type: none;margin:0 15px;padding:0}
div#minipics li{float:left;width:100px;margin: 10px 10px 10px 0;padding: 5px 0;background-color: #FFF}
div#minipics li img{display: block;width: 80px;height: 80px;margin:0 10px;padding: 5px 0;border: 0px}
</style>
<link rel="stylesheet" type="text/css" href="niftyCorners.css">
<link rel="stylesheet" type="text/css" href="niftyPrint.css" media="print">
<script type="text/javascript" src="nifty.js"></script>
<script type="text/javascript">
window.onload=function(){
if(!NiftyCheck())
return;
Rounded("div#minipics li","all","#C7C7F2","#FFF","smooth");
}
</script>
</head>
<body>
<div id="minipics">
<ul>
<li><img src="egg_small.jpg" alt=""></li>
<li><img src="sea_small.jpg" alt=""></li>
<li><img src="field_small.jpg" alt=""></li>
<li><img src="join_small.jpg" alt=""></li>
<li><img src="egg_small.jpg" alt=""></li>
<li><img src="sea_small.jpg" alt=""></li>
<li><img src="field_small.jpg" alt=""></li>
<li><img src="join_small.jpg" alt=""></li>
<li><img src="egg_small.jpg" alt=""></li>
<li><img src="sea_small.jpg" alt=""></li>
<li><img src="field_small.jpg" alt=""></li>
<li><img src="join_small.jpg" alt=""></li>
</ul>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -