A bit of CSS coding humor


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

Comments

Popular posts from this blog

Yii multiple select dropdownlist with default values

May 2021 updates

Been getting busy