Anders Palm
Anders Palm

Reputation: 89

DIV not showing up in Chrome

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?

http://www.tweetup.vn/

Upvotes: 3

Views: 5892

Answers (1)

Mikael Östberg
Mikael Östberg

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

Related Questions