| Profil de 海豚公主º°”˜`”°海豚湾 Kissº°”˜`”°PhotosBlogListes | Aide |
|
5 décembre 各种代码
<style>body{background-attachment:fixed</style>
<style>BODY{cursor:url("鼠标文件地址");}</style> (鼠标文件一般为.ani或者为.cur格式。) 也可以修改成常见的样式,例如只是修改成手形鼠标: <style>BODY{cursor:hand}</style> 给一个鼠标指针的地址:http://bobo4.com/ly/index.htm
这个:<script language="javascript">alert("欢迎到访!");</script>
1、<bgsound src="http://bluemask.net/ffsI.mid" loop="-1"> src="音乐文件地址" loop="-1",loop的值表示循环的次数,-1表示一直循环,如果换成其他整数,如2,将循环两次。 此代码适用于mid, wav, mp3等格式,建议音乐文件不要太大,不建议使用mp3格式。 2、另一种是:<embed src="音乐文件地址" width=0 height=0 panel=0 autostart=true loop=true> 这种代码的好处是可以边下载边播放,如果需要还可以显示出播放面板,适用于wmv, mp3, mpeg,rm,ram等许多格式的媒体文件。
<embed src="flash文件地址" width="500" height="400" 把其中的“flash文件地址”改为你所想要插入播放的flash文件的地址就可以了。其中的“width=500”和“height=400”为被播放的flash文件的尺寸,根据具体情况可能需要修改。
<embed src="这里放flash的地址";; width="800" height="800" quality="high"wmode="transparent" align="right" style="position: absolute; left:92; top:0"> 提供一些透明Flash地址: 138种透明FLASH样式,查看时从1~138依次修改红色的数字。
Commentaires (5)Pour ajouter un commentaire, connectez-vous avec votre identifiant Windows Live ID (si vous utilisez Messenger ou Xbox LIVE, vous avez un identifiant Windows Live ID). Connectez-vous Vous n'avez pas d'identifiant Windows Live ID ? Inscrivez-vous
Rétroliens (1)L'URL de rétrolien de ce billet est : http://yhyq.spaces.live.com/blog/cns!3065DB3B643FE1AD!392.trak Blogs Web qui font référence à ce billet
|
|
|