背景音乐:<EMBED src= http://121.14.228.118/bbmedia.qq.com/media/cd/200902/kaishidongle.mp3width=300 height=27 type=audio/mpeg panel="0" loop="true">
添加背景音乐和播放器代码如下:
<embed src=http://www.qsslfy.com/images/hui.mp3width=0 height=0 type=audio/mpeg loop="true">
头像背景图片:(添加右上角矩形框的背景)
<style type=TEXT/CSS>
.i_space_r .one{background:url("/UploadFiles/BlogFile/6/211712/beijing1.jpg");}
</style>
添加左侧及右侧矩形框的背景图片更多
<style type=TEXT/CSS>
.i_space_r,#left{background:url("/UploadFiles/BlogFile/6/211712/beijing2.jpg");}
</style>
改变鼠标指针形状的代码
<style type=TEXT/CSS>
BODY{CURSOR:url('http://www.7stk.com/shubiao/bianxing/36.ani');}
A {CURSOR:hand}
</style>
设置左侧导航栏目背景颜色
<style>
#left {BACKGROUND-COLOR: #c4fcb0;}
</style>
使用CSS添加页面背景颜色
<style type=text/css>
body{background-color:pink;}
</style>
使用EMBED标记添加Flash特效
<EMBED align =rightsrc=http://sucai.heima.com/sucai/news/flash/11.swf
width=1004 height=150 type=application/x-shockwave- flashwmode="transparent" quality="high" ;>
JavaScript特效--闪烁的星星
<script src="http://www.ik68.cn/javascript/BlogTxJs.aspx?GuidId=86">
如何去掉默认的banner图片,显示完整的背景图片
方法一:
<style type=text/css>
.banner {background:url("")no-repeat;}<!--设置背景图片为空-->
</style>
方法二:
<style type=text/css>
.banner{filter:alpha(opacity=0);}<!--添加滤镜-->
</style>
修改banner字体、字号及颜色
<style>
.banner a{color:blue;font-family:隶书;font-size:36px;}
.banner p{color:#e40dbe;font-family:楷体;font-size:24px;}
</style>
使用CSS添加banner图片
<style type=text/css>
.banner {background:url("http://www.worlduc.com/uploadImage/photo/a0/2011426214955UbNpc.gif
") no-repeat;}
</style>
固定背景代码
</style>
<body background="http://www.worlduc.com/uploadImage/photo/a0/201142774339C9Wou.jpg"bgproperties="fixed">
更改右侧字体以及大小
</style>
<FONT face=黑体 color=#000000 size=2.5pxstyle=font:100pt>
</marquee></CENTER>
保护源代码不被复制
<Script Language=javascript>
function Click (){
alert('版权所有,请勿复制!');
window.event.returnValue=false;
}
document.oncontextmenu=Click;
</Script>
禁止使用右键防止被复制
<script LANGUAGE="JavaScript">
function click() { if (event.button==2)
alert(不要复制);
}
document.onmousedown=click
禁止“保存网页”的代码
<!--禁止另存为代码-->
<noscript>
<iframesrc="*.htm"></iframe>
</noscript>
banner设计:
<style type=”text/css>
.banner a,.banner p {display:none;}.pageMetaimage{display:none;}body {background: url("http://www.worlduc.com/UploadFiles/BlogFile/18/582040/111.jpg")repeat-x;background-color:#dbdcd7;}
.pageBody{background: url("http://www.worlduc.com/UploadFiles/BlogFile/18/582045/222.jpg")no-repeat scroll 6px 0;}
.banner{background: url(" http://www.worlduc.com/uploadImage/photo/a0/2011512134117JFEKW.png")no-repeat ;padding: 108px 0 0200px;}</style>