html5 带图片导航,html5 带声音的导航
发布日期:2021-06-24 17:49:21 浏览次数:3 分类:技术文章

本文共 543 字,大约阅读时间需要 1 分钟。

代码实例:

无标题文档

*{ margin:0; padding:0;}

#ul1{ 1000px; height:30px;}

#ul1 li{

list-style:none;

100px;

height:30px;

background: #cccccc;

color:white; border:1px #000 solid;

float:left;

line-height:30px;

text-align:center;

}

window.onload = function(){

var aLi = document.getElementsByTagName('li');

var oA = document.getElementById('a1');

for(var i=0;i

aLi[i].οnmοuseοver= function(){

//this.getAttribute('au');

//字符串拼接的方式,获取不同的地址

oA.src = this.getAttribute('au')+'.mp3';

//播放

oA.play();

};

}

};

  • 首页
  • 视频
  • 课程
  • 职业
  • 企业
  • 社区
  • 会员

效果:

87cefee7facc6cd694fed45bf25218ae.png

编辑的文件

67b330992b3e19e7d97790838e189d62.png

2017-09-03 20:44:37

转载地址:https://blog.csdn.net/weixin_34220029/article/details/117836338 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:point 如何求elbow_机器人学——实践一(Arm Navigation 理论+代码)
下一篇:gmat阅读.html,GMAT阅读“Ecoefficiency”文章深度分析

发表评论

最新留言

哈哈,博客排版真的漂亮呢~
[***.90.31.176]2024年04月27日 13时00分57秒