Setting borders around tbody, thead and tfoot with IE8
Posted
by Benjamin
on Stack Overflow
See other posts from Stack Overflow
or by Benjamin
Published on 2009-10-01T08:10:38Z
Indexed on
2010/04/19
18:03 UTC
Read the original article
Hit count: 471
Hi,
I've designed a table in html that uses tbody, tfoot and thead. I would like to put a border-bottom and border-top on my tbody. Which works perfectly well with Firefox and Google Chrome. However Internet Explorer 8 does not display the borders at all.
After searching on the internet I haven't found any solution that did not involve some javascript; which I am not keen on using for that task.
Has anyone faced this problem before and came up with a solution that does not require javascript?
Ideally I wouldn't want to start messing around with the html too much, a solution just with css would be awesome.
Thanks for that.
© Stack Overflow or respective owner