Log in

View Full Version : setting 50% of table cell border



gib65
02-17-2015, 06:33 PM
Is there a way to set the border style of a table in CSS such that not the full length of the border is highlight. For example, let's say I wanted a solid black border on the bottom of my table cell, but I wanted it only for 50% of the border (centered) as in the attached image. Is that possible with CSS?

5592

coothead
02-17-2015, 09:13 PM
Hi there gib65,


a possible solution may be found here...


http://www.htmlforums.com/showpost.php?p=854580&postcount=2




coothead

gib65
02-19-2015, 05:05 PM
Thanks coothead