我用了Exobud MP 播放器 以下是播放器首页Index.html 的网页代码 其中嵌套了default.asp
<html>
<head>
<title>jackcheng music</TITLE>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
</head>
<frameset border=0 frameSpacing=0 rows=*,27 frameBorder=NO id="music">
<FRAME name=topFrame src="default.asp" noResize scrolling=yes>
<frameset border=0 frameSpacing=0 frameBorder=NO cols=*>
<FRAME name=leftFrame src="plugin/ExobudMP/exobud.htm" noResize scrolling=no>
</frameset>
</frameset>
</html>
我在代码的<head></head>间加入了
<style>
<body style="scrollbar-base-color:red">
</style>
想改变一下 下拉条的颜色 但是却没作用 清高手指点
大家试试
<html>
<head>
<title>jackcheng music</TITLE>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<style>
<body style="scrollbar-base-color:red">
</style>
</head>
<frameset border=0 frameSpacing=0 rows=*,27 frameBorder=NO id="music">
<FRAME name=topFrame src="default.asp" noResize scrolling=yes>
<frameset border=0 frameSpacing=0 frameBorder=NO cols=*>
<FRAME name=leftFrame src="plugin/ExobudMP/exobud.htm" noResize scrolling=no>
</frameset>
</frameset>
</html>