
将这段代码插入到<head></head>之间
当您打开网站时即可听到背景音乐:
<bgsound
src="/china.mid"
loop="-1">
这种当网页最小化之后,音乐会消失
<embed
src="/1.mp3"
align="center"
border="0"
width="1"
height="1"
width="100"
autostart="true"
loop="true">
此代码可以加mp3形式的音乐为网页背景音乐
1.文件始需要引入文件都引入进些jscss文件
2.调用js
<script type="text/javascript">
$(document).ready(function(){
$("img.advancedpanorama").panorama({
auto_start: 0,
start_position: 1527
})
})
</script>
3.需要页面img元素
<img src="img/sculpteur.jpg" class="advancedpanorama" width="2448" height="375" usemap="testmap" alt="Atelier du sculpteur" />
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)