Posts

Showing posts from February, 2013

A bit of CSS coding humor

/* because ellipsis is too hard to spell */ .dotdotdot { text-overflow:ellipsis; overflow: hidden; white-space:nowrap; }