Topic: border-top in IE

Why doesn't IE render the border-top property correctly for a table row??? How can I get around that?

FluxBB - v1.4.8

Re: border-top in IE

http://vsgunion75.de/roster.php
It works in Mozilla, but not in IE.
I googled for it and I know I am not the only one with this problem. I tried a few common fixes, but they didn't work. Can anybody help?

FluxBB - v1.4.8

3

Re: border-top in IE

Post the CSS you're using for: <tr class="linetop">?

Re: border-top in IE

http://www.csarven.ca/tr-border-trick-for-ie
I assume the same issue (IE doesn't put borders on <tr>) applies to IE7 as well, since I have the same issue when viewing your page.

Re: border-top in IE

The good news is that all you have to change is one line in your css: .linetop to .linetop td (and remove the width line, and maybe add the border-collapse line if necessary).

Re: border-top in IE

What can I say, guys?
It works...

Thanks a lot

FluxBB - v1.4.8