Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

asked on

CSS Last Child ODD

I am wondering if the is a CSS provision made for last-child and that last child is an ODD number in count?  Something like this:

.service-doc-cont .support-doc-box {
	width:98%;
	height:60px;
	margin:3% 2% 2% 0;
	float:left;
	padding:0 0 11px 0;
	border-bottom:1px solid #adadad;
}
.service-doc-cont .support-doc-box:last-child(odd)  { 
	border-bottom:none;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial