Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML border differences in FF and IE

I'm having some trouble identifying the problem with my html code. I've created a table and it is like this on Internet Explorer (which is the result I'm looking for):

IE

But it comes up like this on Firefox:

Firefox

...and I don't know how to fix this. Please help, thanks.

like image 797
cssnoob Avatar asked Apr 23 '26 16:04

cssnoob


1 Answers

Try adding border-collapse: collapse; to your table's styles. Documentation Here.

If that doesn't fix it: While the images help, what would help even more is the HTML/CSS that you are using to get the results. That way we can see what the problem may be better.

like image 144
Paolo Bergantino Avatar answered Apr 25 '26 05:04

Paolo Bergantino



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!