注意:以下代码可以在你修改后放在资料修改的任意地方~~~
0.相册评分系统代码(一个有趣的相册评分系统,大量精美图片等着你评分)点击此处查看效果:
<iframe name=a1 width=460 height=500 frameborder=0 scrolling=auto src="http://www.yeejee.com/ViewRA.do?id=456776"></iframe>
系统网址:http://www.yeejee.com/ViewRA.do?id=456776
1.在页面下载完毕后弹出的提示框~~
</head><body onload= alert('喜欢你就叫!留下您珍贵的足迹')>
<body onload= alert('欢迎来到我的主页,走时别忘了留言啊!')>
</body></html>
2.背景音乐控制代码:
<embed src="../../你想要的音乐地址" autostart=true loop=true>
如果想隐藏控制面版,可以加入代码 hidden=true
此代码还可以加入其他控制,详细到冰姐的帖子里找找!
3.5Q自带的样式编辑器代码
<font onclick="javascript:document.getElementById('floatwin').style.display=''">主页管理</font>
放这个代码进去后,到自己主页点击"主页管理"字样,就可进入编辑!
4.层控制代码,可用于放置你喜欢的闹钟
<div style="position:absolute;top:-260px;right:45px;"><EMBED src="../../地址"
width=180 height=180 type=application/x-shockwave-flash wmode="transparent" quality="high" loop="ture"menu="false"></EMBED<div>
PX前面的数字代表像素坐标! wmode模式,此上为透明!
5.层控制代码,用于挂件```
<DIV id=kongfu style="RIGHT: 360px; POSTION: absolute; TOP: -100px"><IMG src="../../地址" border=0></A></DIV>
PX前面的数字代表像素坐标!
6.#mainInfo部分透明
<style>#mainInfo{background:none}</style>
当然,这里也可以不去掉白色部分,还可以加入图片,把none改成url=你的图片地址
7.背景的控制(包括颜色,背景是否定位锁定,透明度)
<style>
body{
background-image:url(地址);/
background-color:#000000;/*背景颜色*/
background-attachment:fixed;
}
#bgAll
{
filter:alpha(opacity=0)
}
</style>
attachment:fixed;是锁定图象 filter:alpha(opacity=0) 透明度
8.消除#topFuncNavi
<style>#topFuncNavi{display:none;}</style>
不多说,就是去掉顶部滴``
9.放置FLASH
<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -350px" align=right src=../../地址 width=1200 height=1950 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>
一样,PX代表像素坐标````
10.留言框的编辑
<style>
.beRTE{filter:alpha(opacity=100);}
</style>