8bitcat
8bitcat

Reputation: 2224

Chrome crazy with border spacing

I have tested and tested this over again. In FF and IE9 this works fine, but in Chrome does not obey the following CSS.

 border-collapse: separate !important;
 border-spacing: 5px 15px !important;

Here's how it look like for 2 seconds... AND THIS IS HOW IT SHOULD LOOK!

enter image description here

After that it becomes this?!?! enter image description here

You can try the site at www.polarpumpen.se/luftvarmepumpsguide

Upvotes: 1

Views: 1861

Answers (1)

Musa
Musa

Reputation: 97672

The problem seems to be that you're making your #searchtable display:inline(stylesheet.css:30), It doesn't seem to serve a purpose so you can remove it ant the problem will go away.

Upvotes: 3

Related Questions