⽹页前段常⽤代码及⽹页⾃适应
1、控制横向和纵向滚动条的显隐?
<body style=”overflow-y:hidden”> 去掉x轴
<body style=”overflow-x:hidden”> 去掉y轴
<body scroll=”no”>不显
2、表格变⾊
<TD onmouseover=”this.style.backgroundColor=’#FFFFFF’”
onmouseout=”this.style.backgroundColor=””
style=”CURSOR: hand”>
3、禁⽌复制,⿏标拖动选取
<body ondragstart=urnValue=false oncontextmenu=urnValue=false urnValue=false>
4、普通iframe页⾯
<iframe name=”name” src=”main.htm” width=”450″ height=”287″ scrolling=”Auto” frameborder=”0″></iframe>
5、iframe⾃适应⾼度
<iframe name=”pindex” src=”index.asp” frameborder=false scrolling=”auto” width=”100%” height=”100%” frameborder=no onload=”document.all['pindex'].style.height=pindex.document.body.scrollHeight </iframe>
6、IE地址栏前换成⾃⼰的图标&可以在收藏夹中显⽰出你的图标
<link rel=”Shortcut Icon” href=”favicon.ico”>
<link rel=”Bookmark” href=”favicon.ico”>
7、字号缩放
越来越多的⼈长时间的泡⽹,眼镜的普及率也越来越⾼,让⽂字⼤点,让更多的⽤户看的更清楚。
<script type=”text/javascript”>
function doZoom(size)
{ElementById(‘zoom’).style.fontSize=size+’px’;}
</script>
<span id=”zoom”>需要指定⼤⼩的⽂字</span>
<a href=”javascript:doZoom(16)”>⼤</a> <a href=”javascript:doZoom(14)”>中</a> <a href=”javascript:doZoom(12)”>⼩</a>
8、select挡住div的解决⽅法
在div⾥加⼊下⾯的代码,根据需要调整就可以了。
<iframe src=”javascript:false” scrolling=”no” frameborder=”0″ style=”z-index:-1;position:absolute; top:5px; left:2px;width:168;height:100px;”>
</iframe>
9、iframe(嵌⼊式帧)⾃适应⾼度
填写的嵌⼊地址⼀定要和本页⾯在同⼀个站点上,否则会提⽰“拒绝访问!”。对跨域引⽤有权限问题,请查阅其他资料。
<iframe name=”guestbook” src=”gbook/index.asp” scrolling=no width=”100%” height=”100%” frameborder=no onload=”document.all['guestbook'].style.height=guestbook.document.body.scrollHeight”> </iframe>
10、跳转菜单新窗⼝
<select name=”select” onchange=”window.open(this.options[this.selectedIndex].value)”>
<option value=””> Internet Explorer</option>
<option value=””> Microsoft Home</option>
<option value=””> Developer Network</option>
</select>
11、flash透明选项
<param name=”wmode” value=”transparent”>
12、添加到收藏夹和设为⾸页
<a href=# onclick=”this.style.behavior=’url(#default#homepage)’;this.setHomePage(‘’);”>设为⾸页</a>
<a href=”al.AddFavorite(‘’,'懒⼈图库’)”>收藏本站</a>
13、记录并显⽰⽹页的最后修改时间
<script language=JavaScript>
document.write(“最后更新时间: ” + document.lastModified + “”)
</script>
14、节⽇倒计时
<Script Language=”JavaScript”>
var timedate= new Date(“October 1,2002″);
var times= “国庆节”;
var now = new Date();
var date = Time() – Time();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
document.write( “现在离”+times+”还有: “+time +”天”)
</Script>
15、加在HEAD⾥
禁⽌缓存
<meta http-equiv=”Expires” CONTENT=”0″>
<meta http-equiv=”Cache-Control” CONTENT=”no-cache”>
<meta http-equiv=”Pragma” CONTENT=”no-cache”>
html自动弹出公告代码
16、让IFRAME框架内的⽂档的背景透明
<iframe src=”about:<body style=’background:transparent’>” allowtransparency></iframe>
17、打开窗⼝即最⼤化
<script language=”JavaScript”>
<!– Begin
// End –>
</script>
18、加⼊背景⾳乐
<bgsound src=”mid/windblue[1].mid” loop=”-1″> 只适⽤于IE
<embed src=”music.mid” autostart=”true” loop=”true” hidden=”true”> 对Netscape ,IE 都适⽤
19、滚动
<marquee direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=2>滚动信息
</marquee>
20、防⽌点击空链接时,页⾯往往重置到页⾸端
代码“javascript:void(null)”代替原来的“#”标记
21、⽂字或图⽚弹出指定⼤⼩的窗⼝
在body中加⼊
<script language=”JavaScript” type=”text/JavaScript”>
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
</script>
弹出代码
<a href=”#” target=”_self” onClick=”MM_openBrWindow(‘windows01.htm’,”,’width=550,height=380′)” width=”550″ height=”380″ border=”0″>图⽚或⽂字</a>
22、 flash按钮加链接
on (press) {
getURL(“”,”_blank”);
}
23、跳转页⾯代码
<meta http-equiv=”refresh” content=”5;url=”>
24、细线分隔线
<hr noshade size=0 color=#C0C0C0>
25、⽹页中的⾃动换⾏
<td style=”word-break:break-all”>就搞定了。
完整的是
style=”table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word”
26、消除ie6⾃动出现的图像⼯具栏,设置 GALLERYIMG属性为false或no .
<IMG SRC=”mypicture.jpg” HEIGHT=”100px” WIDTH=”100px” GALLERYIMG=”no”>
27、禁⽌页⾯正⽂内容被选取
<body oncontextmenu=”return false” ondragstart=”return false” onselectstart =”return false” onselect=”pty()” oncopy=”pty()” onbeforecopy=”return false”onmouseup=”pty()”>
28、不能点右键,不⽤CTRL+A,不能复制作!
<body oncontextmenu=”urnValue=false”
onkeypress=”urnValue=false”
onkeydown=”urnValue=false”
onkeyup=”urnValue=false”
ondragstart=”urnValue=false”
onselectstart=”urnValue=false”>
29、IE浏览器⽀持⼀个 Body 属性 bgproperties,它可以让背景不滚动:
<Body Background=”图⽚⽂件” bgproperties=”fixed”>
30、随机变换背景图象(⼀个可以刷新⼼情的特效)
<Script Language=”JavaScript”>
image = new Array(4); //定义image为图⽚数量的数组
image [0] = ‘tu0.gif’ //背景图象的路径
image [1] = ‘tu1.gif’
image [2] = ‘tu2.gif’
image [3] = ‘tu3.gif’
image [4] = ‘tu4.gif’
number = Math.floor(Math.random() * image.length);
document.write(“<BODY BACKGROUND=”+image[number]+”>”);
</Script>
31、flash载⼊影⽚
on (release)
{
loadMovie(“1-01.swf”, “_root.loaderclip”);
}
32、图⽚表单按钮
<form id=”form1″ name=”form1″ method=”post” action=”">
<img src=”login.gif” width=”62″ height=”22″ onclick=”document.form1.submit()” />
</form>
33、左右阴影背景的CSS定义⽅法
body {
text-align:center;
background-repeat: repeat-y;
background-position: center;
background-image: url(../images/bg.jpg);
}
34、划过链接⼿型⿏标
style=”cursor:hand”
35、如何关闭层
<div id=”Layer1″></div>
<a href=”#” onClick=”Layer1.style.display=’none’”>关闭层</a>
36、关闭窗⼝的脚本
<a href=javascript:close()>[关闭窗⼝]</a>
37、如果⽂字过长,则将过长的部分变成省略号显⽰
<DIV STYLE=”width: 120px; height: 50px; border: 1px solid blue;overflow: hidden; text-overflow:ellipsis”>
<NOBR>就是⽐如有⼀⾏⽂字,很长,表格内⼀⾏显⽰不下.</NOBR>
</DIV>
38、进⼊主页后⾃动最⼤化
<script>
</script>
39、凹陷⽂字
<div style=”width:300px;padding:20px;overflow:hidden;word-wrap:break-word;word-break:break:all; font-size:12px; line-height:18px; ”> <font disabled>
怎么样,我凹下去了吧?<br>
你不想试试吗?<br>
<a href=””>www.lenvo</a></font>
</div>
40、运⾏代码框
<script>
function Preview()
{var TestWin=open(”);
TestWin.document.write(code.value);}
</script>
<textarea id=code cols=60 rows=15></textarea>
<br>
<button onclick=Preview() >运⾏</button>
41、给表格做链接
<table width=”100%” onclick=”window.open(‘’, ‘_blank’)” style=”CURSOR:hand”>
<tr>
<td height=”100″ bgcolor=”f4f4f4″> </td>
</tr>
</table>
42、让弹出窗⼝总是在最上⾯
<body onblur=”this.focus();”>
43、CSS⽂字阴影
.shadowfont{FILTER: dropshadow(color=#666666, offx=1, offy=1, positive=1); FONT-FAMILY: “宋体”; FONT-SIZE: 9pt;COLOR: #ffffff;} 44、后退&关闭窗⼝
后退:javascript:history.back(1)
关闭:javascript:window.close();
45、表格透明
style=”FILTER: alpha(opacity=72)”
46、如何避免别⼈把你的⽹页放在框架中
<script language=“javascript”><!–if (self!=top){top.location=self.location;} –>< /script>
47、Alt和Title的区别
alt ⽤来给图⽚来提⽰的。Title⽤来给链接⽂字或普通⽂字提⽰的。
<a href=”#” Title=”给链接⽂字提⽰”>⽂字</a>
<p Title=”给链接⽂字提⽰”>⽂字</p>
<img src=”图⽚链接” alt=”给图⽚提⽰”>
48、所有的javascript的调⽤尽量采取外部调⽤
<SCRIPT LANGUAGE=”javascript” SRC=”js/xxxxx.js”></SCRIPT>
49、链接到
location.href=”xx.asp”
onClick=”window.location=’login.asp’”
onClick=”window.open(”)”
50、基本链接样式
a:link 表⽰链接的样式
a:active 表⽰当前活动连接的样式
a:hover 表⽰⿏标划过时的样式
a:visited 表⽰已经访问过的连接的样式
“link-visited-hover-active” 简记为 “lvha” 即 “love”+”hate”
51、在同⼀页⾯设置不同⽂字链接效果的样式
<style type=”text/css”>
.green {COLOR: #309633}
.green A:link {COLOR: #309633; TEXT-DECORATION: none}
.green A:visited {COLOR: #309633; TEXT-DECORATION: none}
.green A:hover {COLOR: #309633; TEXT-DECORATION: underline}
.green A:active {COLOR: #309633; TEXT-DECORATION: none}
</style>
<a href=”#” class=”green”>⽂字</a>
⼆、允许⽹页宽度⾃动调整
"⾃适应⽹页设计"到底是怎么做到的?其实并不难。
⾸先,在⽹页代码的头部,加⼊⼀⾏。
  <meta name="viewport" content="width=device-width, initial-scale=1" />
是⽹页默认的宽度和⾼度,上⾯这⾏代码的意思是,⽹页宽度默认等于屏幕宽度(width=device-width),原始缩放⽐例(initial-scale=1)为1.0,即⽹页初始⼤⼩占屏幕⾯积的100%。
所有主流浏览器都⽀持这个设置,包括IE9。对于那些⽼式浏览器(主要是IE6、7、8),需要使⽤。
  <!--[if lt IE 9]>
    <script src="lecode/svn/trunk/css3-mediaqueries.js"></script>
  <![endif]-->
三、不使⽤绝对宽度
由于⽹页会根据屏幕宽度调整布局,所以不能使⽤绝对宽度的布局,也不能使⽤具有绝对宽度的元素。这⼀条⾮常重要。
具体说,CSS代码不能指定像素宽度:
  width:xxx px;
只能指定百分⽐宽度:
  width: xx%;
或者
  width:auto;
四、相对⼤⼩的字体
字体也不能使⽤绝对⼤⼩(px),⽽只能使⽤相对⼤⼩(em)。
  body {
    font: normal 100% Helvetica, Arial, sans-serif;
  }
上⾯的代码指定,字体⼤⼩是页⾯默认⼤⼩的100%,即16像素。
  h1 {
    font-size: 1.5em;
  }
然后,h1的⼤⼩是默认⼤⼩的1.5倍,即24像素(24/16=1.5)。
  small {
    font-size: 0.875em;
  }
small元素的⼤⼩是默认⼤⼩的0.875倍,即14像素(14/16=0.875)。
五、流动布局(fluid grid)
的含义是,各个区块的位置都是浮动的,不是固定不变的。
  .main {
    float: right;
    width: 70%;
  }
  .leftBar {
    float: left;
    width: 25%;
  }
的好处是,如果宽度太⼩,放不下两个元素,后⾯的元素会⾃动滚动到前⾯元素的下⽅,不会在⽔平⽅向overflow(溢出),避免了⽔平滚动条的出现。
另外,绝对定位(position: absolute)的使⽤,也要⾮常⼩⼼。
六、选择加载CSS
"⾃适应⽹页设计"的核⼼,就是CSS3引⼊的模块。
它的意思就是,⾃动探测屏幕宽度,然后加载相应的CSS⽂件。
  <link rel="stylesheet" type="text/css"
    media="screen and (max-device-width: 400px)"
    href="tinyScreen.css" />
上⾯的代码意思是,如果屏幕宽度⼩于400像素(max-device-width: 400px),就加载tinyScreen.css⽂件。
  <link rel="stylesheet" type="text/css"
    media="screen and (min-width: 400px) and (max-device-width: 600px)"
    href="smallScreen.css" />
如果屏幕宽度在400像素到600像素之间,则加载smallScreen.css⽂件。
除了⽤html标签加载CSS⽂件,还可以在现有CSS⽂件中加载。
  @import url("tinyScreen.css") screen and (max-device-width: 400px);
七、CSS的@media规则
同⼀个CSS⽂件中,也可以根据不同的屏幕分辨率,选择应⽤不同的CSS规则。
  @media screen and (max-device-width: 400px) {
    .column {
      float: none;
      width:auto;
    }
    #sidebar {
      display:none;
    }
  }
上⾯的代码意思是,如果屏幕宽度⼩于400像素,则column块取消浮动(float:none)、宽度⾃动调节(width:auto),sidebar块不显⽰(display:none)。
⼋、图⽚的⾃适应(fluid image)
除了布局和⽂本,"⾃适应⽹页设计"还必须实现图⽚的。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。