ColdFusion Tutorial
Tabel border on off
? Rune
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
.white { border: none; }
.black { border: 1px solid Background;background: #FFEEC2;}
</style>
<script type="text/javascript">
function changeColor() {
document.getElementById("tabell").className="black";
}
function changeBack() {
document.getElementById("tabell").className="white";
}
</script>
</head>
<body>
<table width="18" border="0" cellpadding="0" cellspacing="3" onMouseover="changeColor()" onMouseout="changeBack()" class="test" id="tabell" title="nnnnnnnnnnnnnnnnn">
<tr>
<td><table width="10" border="1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="ButtonShadow">
<tr>
<td bgcolor="#66CCCC"><img src="images/shim.gif" width="10" height="10"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
ColdFusion Tutorial test
Tabel border on off
No test is available or implemented for this ColdFusion Tutorial.
No User Comments.
No User Comments, be the first one to write your comments?
