css代码大全
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
背景头效果
1. <style type="text/css">
2: <!--
3: body{
4: margin:0;
5: padding:0;
6: background-color:#FFFFFF;
7: }
8: .alpha1,.alpha2{
9: width:100%;
10: height:auto;
11: min-height:250px;/* 必需 */
12: _height:250px;/* 必需*/
13: overflow:hidden;
14: background-color:#FF0000;/* 背景色 */
15: }
16: .alpha1{
17: filter:alpha(opacity=20); /* IE 透明度20% */
18: }
19: .alpha2{
20: background-color:#FFFFFF;
21: -moz-opacity:0.8; /* Moz + FF 透明度20%*/
22: opacity: 0.8; /* 支持CSS3的浏览器(FF 1.5也支持)透明度20%*/ 23: }
24: .ap2{
25: position:absolute;
26: }
27: -->
28: </style>
html:
1: <!--S Demo-->
2: <div class="alpha1">
3: <div class="ap2">
4: <p>背景为红色(#FF0000),透明度20%。
</p>
5: </div>
6: <!--[if IE]><![if !IE]><![endif]--> <div
class="alpha2"></div> <!--[if IE]><![endif]><![endif]--> 7: </div>
<style type="text/css">
a{
color:blue;
text-decoration:none;
}
a:hover{
color:red;
}
.boxBorder{//文本框
border-width:5px;
border-style:solid;
}
.picButton{ //按钮class=“”
background-color:#00FF00;
color: #6600FF;
border:0px;
margin:0px;
padding:0px;
height:23px;
width:82px;
font-size:14px;
}
</style>
鼠标移动图片的变动
<form action="" method="get" ><!--鼠标背景图片变动-->
<input name="" type="button" value="提交"
style="width:82px;
height:23px; background-image:url(images/DSC00231.JPG );" onMouseover="this.style.backgroundImage='url(images/DSC00231.JPG)'" onMouseOut="this.style.backgroundImage='url(images/lo.jpg)'"
>
</form>
鼠标移动图片的变动
<style type="text/css">
.ni{
backgroundImage='url(images/DSC00231.JPG);
color:#990033;
border::5px;
margin::0px;
padding:0px;
height:23px;
width:82px;
font-size:14px;
}
.nihao{
backgroundImage='url(images/lo.JPG);
color: #0000FF;
border::5px;
margin::0px;
padding:0px;
height:23px;
width:82px;
font-size:14px;
}
</style>
<form action="" method="get" ><!--鼠标背景图片变动-->
<input name="" type="button" value="提交" class="nihao"
height:23px; background-image:url(images/DSC00231.JPG );"
in="this.classname='ni'"
nihao="this.classname='nihao'"
>
</form>
常用代码
控制横向和纵向滚动条的显隐?
<body style="overflow-y:hidden"> 去掉x轴
<body style="overflow-x:hidden"> 去掉y轴
<body scroll="no">不显
表格变色
<TD style="CURSOR: hand">
禁止复制,鼠标拖动选取
<body ondragstart=window.event.returnV alue=false oncontextmenu=window.event.returnV alue=false
onselectstart=event.returnV alue=false>
普通iframe页面
<iframe name="name" src="main.htm" width="450" height="287" scrolling="Auto" frameborder="0"></iframe>
iframe自适应高度
<iframe name="pindex" src="index.asp" frameborder=false scrolling="auto" width="100%" height="100%" frameborder=no ></iframe>
IE地址栏前换成自己的图标&可以在收藏夹中显示出你的图标
<link rel="Shortcut Icon" href="favicon.ico">
<link rel="Bookmark" href="favicon.ico">
字号缩放
越来越多的人长时间的泡网,眼镜的普及率也越来越高,让文字大点,让更多的用户看的更清楚。
<script type="text/javascript">
function doZoom(size)
{document.getElementById('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>
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>
iframe(嵌入式帧)自适应高度
填写的嵌入地址一定要和本页面在同一个站点上,否则会提示“拒绝访问!”。
对跨域引用有权限问题,请查阅其他资料。
<iframe name="guestbook" src="gbook/index.asp" scrolling=no width="100%" height="100%" frameborder=no ></iframe>
跳转菜单新窗口
<select name="select" >
<option value="/ie"> Internet Explorer</option>
<option value=""> Microsoft Home</option>
<option value=""> Developer Network</option>
</select>
flash透明选项
<param name="wmode" value="transparent">
添加到收藏夹和设为首页
<a href=# >设为首页</a>
<a href="javascript:window.external.AddFavorite(bbs.xo51[url=http://]'[/url],'网络百事通')">收藏本站</a>
记录并显示网页的最后修改时间
<script language=JavaScript>
document.write("最后更新时间: " + stModified + "")
</script>
节日倒计时
<Script Language="JavaScript">
var timedate= new Date("October 1,2002");
var times= "国庆节";
var now = new Date();
var date = timedate.getTime() - now.getTime();
var time = Math.floor(date / (1000 * 60 * 60 * 24));
if (time >= 0)
document.write( "现在离"+times+"还有: "+time +"天")
</Script>
加在HEAD里
禁止缓存
<meta http-equiv="Expires" C>
<meta http-equiv="Cache-Control" C>
<meta http-equiv="Pragma" C>
让IFRAME框架内的文档的背景透明
<iframe src="about:<body style='background:transparent'>" allowtransparency></iframe>
打开窗口即最大化
<script language="JavaScript">
<!-- Begin
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
// End -->
</script>
加入背景音乐
<bgsound src="mid/windblue[1].mid" loop="-1"> 只适用于IE
<embed src="music.mid" autostart="true" loop="true" hidden="true"> 对Netscape ,IE 都适用
滚动
<marquee direction=up height=146 onmouseout=start() onmouseover=stop() scrollAmount=2>滚动信息
</marquee>
防止点击空链接时,页面往往重置到页首端
代码“javascript:void(null)”代替原来的“#”标记
文字或图片弹出指定大小的窗口
在body中加入
<script language="JavaScript" type="text/JavaScript">
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}
</script>
弹出代码
<a href="#" target="_self" width="550" height="380" border="0">图片或文字</a> flash按钮加链接
on (press) {
getURL("","_blank");
}
跳转页面代码
<meta http-equiv="refresh" c>
细线分隔线
<hr noshade size=0 color=#C0C0C0>
网页中的自动换行
<td style="word-break:break-all">就搞定了。
完整的是
style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word" 消除ie6自动出现的图像工具栏,设置GALLERYIMG属性为false或no .
<IMG SRC="mypicture.jpg" HEIGHT="100px" WIDTH="100px" GALLERYIMG="no">
禁止页面正文内容被选取
<body >
不能点右键,不用CTRL+A,不能复制作!
<body >
</body>
IE浏览器支持一个Body 属性bgproperties,它可以让背景不滚动: <Body Background="图片文件" bgproperties="fixed">
随机变换背景图象(一个可以刷新心情的特效)
<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>
flash载入影片
on (release)
{
loadMovie("1-01.swf", "_root.loaderclip");
}
图片表单按钮
<form id="form1" name="form1" method="post" action="">
<img src="login.gif" width="62" height="22" />
</form>
左右阴影背景的CSS定义方法
body {
text-align:center;
background-repeat: repeat-y;
background-position: center;
background-image: url(../images/bg.jpg);
}
划过链接手型鼠标
style="cursor:hand"
如何关闭层
<div id="Layer1"></div>
<a href="#" >关闭层</a>
关闭窗口的脚本
<a href=javascript:close()>[关闭窗口]</a>
如果文字过长,则将过长的部分变成省略号显示
<DIV STYLE="width: 120px; height: 50px; border: 1px solid blue;overflow: hidden; text-overflow:ellipsis">
<NOBR>就是比如有一行文字,很长,表格内一行显示不下.</NOBR>
</DIV>
进入主页后自动最大化
<script>
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
</script>
凹陷文字
<div
style="width:300px;padding:20px;overflow:hidden;word-wrap:break-word;word-brea k:break:all; font-size:12px; line-height:18px; background-color:#eeeeee;">
<font disabled>
怎么样,我凹下去了吧?<br>
你不想试试吗?<br>
<a href="http://bbs.xo51/">bbs.xo51</a></font>
</div>
运行代码框
<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>
给表格做链接
<table width="100%" style="CURSOR:hand">
<tr>
<td height="100" bgcolor="f4f4f4"> </td>
</tr>。