1

Possible Duplicate:
CSS text-overflow in a table cell?

I am applying td width's with css. Here when i apply css property text-overflow:ellipsis, alignment of td's going wrong.

Can any body please give me a solution?

http://jsfiddle.net/2T8pY/

Community
  • 1
  • 1
Pavan Kumar
  • 1,616
  • 5
  • 26
  • 38
  • text-overflow won't work with td, check this [identical question](http://stackoverflow.com/q/9789723/944681) for more suggestions, like adding max-width to your cells.. – Michal Klouda Sep 04 '12 at 11:51
  • I've done it with `tr { width: 500px; display: block; }`, but I really consider it a hack. ) – raina77ow Sep 04 '12 at 11:59

0 Answers0