潇湘夜雨移动版

主页 > 系统 >

html标签

添加背景图片:
<style>
body{background-image:url(/templets/default/images/bk.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;background-size:cover;}
</style>
 
背景音乐标签embed:
例1:<embed src="http://rm.sina.com.cn/wm/VZ200708161037153290VK/music/1.mp3/20091229/90e6ba45adf30ca3abfe28.mp3" autostart="true" loop="true" hidden="true"></embed>
例2:<EMBED  src="http://rm.sina.com.cn/wm/VZ200708161037153290VK/music/1.mp3/20091229/90e6ba45adf30ca3abfe28.mp3" width=150 height=50 type=audio/mpeg play="true" loop="true" quality="high" autostart="true" hidden="no" controls=smallconsole> </EMBED>
背景音乐标签audio(html5):
例1:
<audio controls="controls">
<source src="http://rm.sina.com.cn/wm/VZ200708161037153290VK/music/1.mp3/20091229/90e6ba45adf30ca3abfe28.mp3" type="audio/mpeg">
</audio>
例2:
<audio controls="controls" autoplay="autoplay" loop="loop" style="position:fixed;right:20px;top:26px">
<source src="http://rm.sina.com.cn/wm/VZ200708161037153290VK/music/1.mp3/20091229/90e6ba45adf30ca3abfe28.mp3" type="audio/mpeg">
</audio>

(责任编辑:liangzh)