老師好
我看了老師之前教的捲軸顏色變色法用在Dreamweaver上
剛開始的單頁首頁可以這麼用
顏色有成功的變成了我想要的顏色
可是後來裡面的框架頁還是沒辦法照老師的語法改變顏色
請問是哪裡有問題呢?
首頁語法是這樣的
<html>
<head>
<style>
body, html {
SCROLLBAR-FACE-COLOR: #eeeeee;
SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
SCROLLBAR-SHADOW-COLOR: #eeeeee;
SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
SCROLLBAR-ARROW-COLOR: #eeeeee;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>AunLiu Yez</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<img src="index.jpg" width="1024" height="768" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="703,283,903,324" href="main.htm" target="_parent">
</map>
</body>
</html>
後來的框架頁 語法是這樣的
<html>
<head>
<style>
body, html {
SCROLLBAR-FACE-COLOR: #eeeeee;
SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
SCROLLBAR-SHADOW-COLOR: #eeeeee;
SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
SCROLLBAR-ARROW-COLOR: #eeeeee;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>AunLiu Yez</title>
</head>
<frameset rows="*" cols="180,*" framespacing="0" frameborder="NO" border="0">
<frame src="lf.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="*" cols="450,156">
<frame src="tmain.htm" name="main" noresize id="main">
<frame src="mf.htm" name="mainFrame" scrolling="no" noresize>
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
這樣卻顯示不出顏色
請老師看看哪裡有問題 謝謝