top align in html table?

Some CSS :

table td, table td * {
    vertical-align: top;
}