Skip to content

Instantly share code, notes, and snippets.

<table>
<thead>
<tr>
<th>Make</th>
<th>Model</th>
<th>Color</th>
</tr>
</thead>
<tbody>
<tr>
@styson
styson / columnSelect.css
Created January 11, 2011 19:39
Add ability to select all of the text from a table column.
.columnHighlight { background-color: #9BFF9B; }
.temp { width:100%;margin:.2em 0; }
span.column { display:block;margin:.2em 0; }
h4 { margin:2em 0 .4em 0; }
.helpSpan { font-size:.7em;color:#444; }
.deleteIcon { margin:.-2em .4em; }
@styson
styson / columnSelect.css
Created January 11, 2011 19:39
Add ability to select all of the text from a table column.
.columnHighlight { background-color: #9BFF9B; }
.temp { width:100%;margin:.2em 0; }
span.column { display:block;margin:.2em 0; }
h4 { margin:2em 0 .4em 0; }
.helpSpan { font-size:.7em;color:#444; }
.deleteIcon { margin:.-2em .4em; }