Reputation: 89
I just made a very simple website, but I have run into a problem. In Firefox and Safari, I can see the DIV with id #sponsors, but in Chrome it is gone. I am on a mac.
Anyone have a solution?
Upvotes: 3
Views: 5892
Reputation: 17146
It is set to:
visibility: hidden !important;
display: none !important;
in my Chrome and it is my Ad blocker that does it.
Change the Id to something less ad-ish.
Upvotes: 15