Guapo wrote:
> i want to make all tds have a top vertical align, so i write the
> following code:
> 
> $("td").attr("valign","top");

Why not:

td {
    vertical-align: top;
}



--Klaus


Reply via email to