<EMBED src=歌曲地址 hidden=true type=audio/x-ms-wma AUTOSTART="-1">
注:有播放器的网上多的是,基本上不好看本人就不介绍了
左边挂件:
<DIV align=left><IMG src="挂件地址" align=left></DIV>
右边挂件:
<DIV align=right><IMG src="挂件地址" align=right></DIV>
时钟flash
<embed src="http://www.blog286.com/upfile/flash/071104/05.swf" width="222" height="66" wmode="transparent" type="application/x-shockwave-flash"></embed>
不动背景:
<style>body {background:url("图片地址") repeat fixed!important;}<style>
<embed src="http://www.dabaoku.com/flash/flash/20.swf" width="480" height="240" wmode="transparent" type="application/x-shockwave-flash"></embed>
<style>body {background:url("http://www.dabaoku.com/flash/flash/20.swf") }<style>
滚动背景:
<style>body {background:url("图片地址") repeat scroll!important;}</style>
注:建议用1300×800以上图片
个人简介里进入其他网页的链接:
</a> <a target="cont" href=" http://自己的QQ号码.qzone.qq.com
"><img src=" http://www.worlduc.com/uploadImage/photo/a0/2011318134816fsJY1.jpg" width="150"
height="30" border="0"></a>
注:这里是链接QQ空间,可以自己修改;链接的图标设了150×30的,可以自己修改图标的大小。
个人简介插入图片:
<DIV><IMG src="图片地址" border=0></DIV>
注:不建议用大图
空间弹出访问选择窗口:
<SCRIPT language=JavaScript> function CONFIRM(){if (confirm("谢谢您访问我的空间n马上将转到我的QQ空间,欢迎访问")) location=" http://user.qzone.qq.com/自己的QQ号码/infocenter";return " "} document.writeln(CONFIRM()) </SCRIPT> <a href=" http://user.qzone.qq.com/自己的QQ号码/infocenter">欢迎访问我的空间</a>
个人简介彩色字体滚动:
<center>
<marquee behavior=alternate direction=left>
<font face=楷体 color=ff0000 style=font:200pt>欢
<font color=ff0000>迎</font>
<font color=0000ff>来</font>
<font color=green>我</font>
<font color=ff00ff>的</font>
<font color=00ffff>空</font>
<font color=ff00ff>间</font>
</font></marquee>
图片滚动代码 (从右向左滚动)
<marquee scrollamount=1 scrolldelay=3 valign=middle behavior="scroll">
<img border="0" src=" http://要滚动的图片地址1">
<img border="0" src=" http://要滚动的图片地址2">
</marquee>
图片滚动代码 (从下往上滚动)
<marquee onMouseOver="this.stop()" onMouseOut="this.start()" align=center direction=up scrollamount=1 scrolldelay=3 valign=middle behavior="scroll">
<img border="0" src=" http://要滚动的图片地址1">
<img border="0" src=" http://要滚动的图片地址2">
</marquee>
<marquee ONMOUSEOUT=this.scrollDelay=1 ONMOUSEOVER=this.scrollDelay=600 scrollamount=1 SCROLLDELAY=1 border=0 direction=up scrolldelay=70 width=180 height=130 align=middle>
把图片的连接地址写在这里
</marquee>
1.direction属性:决定文本的滚动方向,分为向左left和向右right,up和down默认状态向左。
<marquee direction=left>从右向左滚动</marquee>
![大学城空间代码 大学城空间](http://img.aihuau.com/images/31101031/31010930t01401069079da6be44.jpg)
<marquee direction=right>从左向右滚动</marquee>
2.behavior属性:指定文本的滚动方式,分为三种:
Scroll:从一端消失后,在另一端出现并继续滚动。
<marquee behavior=scroll>一圈一圈地滚动</marquee>
Slide:从一端滚动,接触到另一端后停止
<marquee behaviro=slide>只滚动一次就停止</marquee>
Alternate:从一端滚动到另一端后,反向滚动。
<marquee behavior=alternate>来回滚动</marquee>
direction=up(left、right、down) 这个属性可以更改,这样就可以实现上下左右了