日期:2014-05-16 浏览次数:20340 次
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script type="text/javascript">
function changeFont(){
//document.getElementById("table1").style.fontSize="9px";
document.getElementById("table1").style.lineHeight="10px";
}
</script>
</head>
<body>
<table id = "table1" border=1>
<tr>
<td>111</td>
<td>222</td>
<td>333</td>
</tr>
<tr>
<td>111</td>
<td>222</td>
<td>333</td>
</tr>
</table>
<input type="button" value="test" onclick="changeFont();"/>
</body>
</html>