Nice post on using CSS pseudo-elements

0 Comments

  Creating pure css icons, without using fonts or svg or images. http://nicolasgallagher.com/pure-css-gui-icons/   Holey cow, these icons are created with just CSS, no fonts, no svg, no images not nothing, just the magic of

Variable sized column with ellipsis in a table

0 Comments

If you want a column of a table in HTML to expand and you want the text to show "ellipsis" for overflowing text, you can use the solution found at:   http://stackoverflow.com/questions/17345158/variable-sized-column-with-ellipsis-in-a-table   Just give

How to add a CSS class to a kendo grid column

0 Comments

If you want to add a class to a kendo grid column, use the columns.attributes:   <div id="grid"></div> <script> $("#grid").kendoGrid({ columns: [ { field: "name", title: "Name", attributes: { "class": "table-cell", style: "text-align: right; font-size: