i don't use the vertical-align property, cuz i saw this webpage(http:// www.westciv.com/style_master/academy/browser_support/text.html), it seems that this property is not supported by lots of browsers.
On Aug 17, 9:07 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > 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