⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resizediv.htm

📁 最全的JS大全,希望大家喜欢.收录于网络.收录于网络.最全的JS大全,希望大家喜欢.
💻 HTM
字号:
<html>

<head>
<title>改变层的大小-51windows.com</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<style> {
	box-sizing: border-box; moz-box-sizing: border-box
}
#testDiv     { background-color: buttonface; background-repeat: repeat; 
               background-attachment: scroll; color: #3969A5; height: 300px; 
               left: 30px; overflow: hidden; width: 500; z-index: 2; 
               border: 2px outset white; margin: 0px; padding: 2px; 
               background-position: 0% 50% }
body         { font-family: Verdana; font-size: 9pt }
#innerNice   { background-color: white; background-repeat: repeat; background-attachment: 
               scroll; color: #3969A5; height: 100%; overflow: auto; width: 
               100%; border: 2px inset white; padding: 8px; 
               background-position: 0% 50% }
</style>

<SCRIPT language=javascript src="genresize.js"></SCRIPT>



<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<body>

<div class="resizeMe" id="testDiv">
  <div id="innerNice">
    <p align="center"> </p>
    <p align="center">
请在边框处拖动鼠标<br>
下载<a href="genresize.js">genresize.js</a></p>
    <p> </p>
    <p> </p>
    <p> </p>
  </div>
</div>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -