Hide the first column in a child table

Simple css to dynamically hide the first column in a table that's a child of another object.
CSS • Lotus Notes View

In the case below, the first column of the table that's inside the div "viewcontent" will be hidden.

div.viewcontent th:first-child, div.viewcontent td:first-child {
	display:none;
}

Images/Screenshots:
Attached files

collapse.gif


104 bytes

expand.gif


146 bytes

Posted by fbrefere001 on Thursday March 27, 2014