Hello,
I should introduce some dhtml (layers) in our project,
I wanna start for just somenthing simple,
Hide a row from a table,
I´ve think something like:
<span id="layer1" style="position:relative; visibility:hidden;">
<tr class="Controls">
<td class="th" colspan="4"> HERE ALL MY OBJECTS </td>
</tr>
</span>
Datadoit this is what i introduced some months ago,but now i can´t hold up anymore,
so your knowledges will be very helpful
I guess i´m doing somenthing wrong cause it´s not successfull ¿ Any Suggestion?
Thank you very much in advance.