BARIS 1 | |
<style type="text/css">
.indeks {
background-color: #FFFFFF;
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
}
td.off {
background-color: #FF0000;
}
td.on {
background-color: #00FF33;
}
tr.off {
background-color: #FF00FF;
}
tr.on {
background-color: #0099FF;
}
</style>
<div class="indeks">
<table style=" padding:5px"width="100%" border="1px">
<tr class="T off" onmouseover="this.className=' T on'" onmouseout="this.className='T off'"> <td colspan="2"><center>BARIS 1
</center></td></tr>
<tr> <td class="T off" onmouseover="this.className='T on'" onmouseout="this.className='T off'"><center>KOLOM 1</center></td> <td class="T off" onmouseover="this.className='T on'" onmouseout="this.className='T off'"><center>KOLOM 2</center></td> </tr>
</table>
</div>
.indeks {
background-color: #FFFFFF;
width: 100%;
margin-right: auto;
margin-left: auto;
text-align: center;
}
td.off {
background-color: #FF0000;
}
td.on {
background-color: #00FF33;
}
tr.off {
background-color: #FF00FF;
}
tr.on {
background-color: #0099FF;
}
</style>
<div class="indeks">
<table style=" padding:5px"width="100%" border="1px">
<tr class="T off" onmouseover="this.className=' T on'" onmouseout="this.className='T off'"> <td colspan="2"><center>BARIS 1
</center></td></tr>
<tr> <td class="T off" onmouseover="this.className='T on'" onmouseout="this.className='T off'"><center>KOLOM 1</center></td> <td class="T off" onmouseover="this.className='T on'" onmouseout="this.className='T off'"><center>KOLOM 2</center></td> </tr>
</table>
</div>
Tidak ada komentar:
Posting Komentar