如何讓滑鼠移過去就能讓語法標籤背景顏色更改?? 請求大大幫忙~~速速 :too_sad:
語法如下~~~
<html>
<head>
<title> 選單範例 </title>
<meta http-equiv="Content-Type" c>
<style type="text/css">
<!--
body {
margin-left: 10px;
margin-top: 10px;
}
body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:20px;
color: #ffffff;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-decoration: none;
}
a:link {text-decoration: none;color: #ffffff; font-size:12px;}
a:hover {text-decoration: none;color: #FF0000; font-size:11pt;}
.submenu {text-decoration: none;color: #ffffff; font-size:12px;}
.submenu a:hover {text-decoration: underline;color: #ffffff; font-size:12px;}
-->
</style>
</head>
<body bgcolor=cccccc>
<script>
<!--
function show_div1(){div1.style.display = '';}
function show_div2(){div2.style.display = '';}
function show_div3(){div3.style.display = '';}
function show_div4(){div4.style.display = '';}
function show_div5(){div5.style.display = '';}
function show_div6(){div6.style.display = '';}
function noshow_div1(){div1.style.display = 'none';}
function noshow_div2(){div2.style.display = 'none';}
function noshow_div3(){div3.style.display = 'none';}
function noshow_div4(){div4.style.display = 'none';}
function noshow_div5(){div5.style.display = 'none';}
function noshow_div6(){div6.style.display = 'none';}
//-->
</script>
<table width="100" border="0" cellpadding="0" cellspacing="1" bgcolor="#888888">
<tr height=26>
<td width="100" bgcolor="#888888" align=center style="position: relative;" ><a href="javascript:;" >主選項一</a>
彈出式語法的修改~~~[url=http://www.eyny.com/viewthread.php?tid=1099319]彈出式語法的修改~~~[/url]伊莉討論區[url=http://www.eyny.com/]伊莉討論區[/url]
|