> Magst mir schnell helfen?
>

anbei eine m�gliche L�sung

Gruss

Alex

<html>
<head>
        <title>Untitled</title>
        <style>
        td {
        background-color: #93C0FD;
        font-size: 10px;
}

.trover {
        background-color: #1674F4;
}

        </style>
<script language="Javascript">
<!--
function mouin(trid)
{
tmpObj=eval(trid);
childs=tmpObj.cells;
childcount=childs.length;
for(i=0;i<childcount;i++)
{
tmpObj.cells[i].className='trover';
}
}

function mouout(trid)
{
tmpObj=eval(trid);
childs=tmpObj.cells;
childcount=childs.length;
for(i=0;i<childcount;i++)
{
tmpObj.cells[i].className='';
}
}
//-->
</script>

</head>

<body>
<table>
<TR id="tr1" onMouseOver="mouin(this.id)" onMouseOut="mouout(this.id)">
<td>12</td>
<td>23</td>
</tr>
</Table>

</body>
</html>

_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an