羡慕啊,哪位高人能告诉我这样的网页是怎么做出来的啊???

来源:百度知道 编辑:UC知道 时间:2024/05/29 01:30:13
最近看到一个网页(http://www.haofa.net/player/),羡慕啊!!!哪位高手可以教教我这样的一个网页是怎么做出来的啊???尤其是那个MP3播放器,怎么添的啊???

是用js控制播放的

<html>
<head>
<title>wee</title>
<style>
body {
overflow:auto;
font-size:12px;
cursor:default;
}

#table01 {
font-size:12px;
background-Color:black;
color:white;
text-align:center;
}

#playListTitle {
background-Color:#001122;
color:white;
font-size:12px;
font-weight:bold;
width:100%;
height:16px;
padding:2px;
}

#playList {
width:150px;
height:225px;
margin:0px;
font-size:12px;
background-Color:black;
color:white;
}

#musicList {
width:200px;
border:buttonface 4px groove;
height:80px;
position:absolute;
right:5px;
top:5px;
}

#musicListTitle {
font-size:13px;
width:100%;
height:20px;
background-Color:#C5FFC5;
padding:3px;
font-weight:bold;
}