After having read How to stop adblock plus blocking images in HTML page — shouldn't Adblock be blocking the following JSFiddle?
I’m trying to design my own banner but am curious if I should avoid actually calling it .banner
. If so, what are some meaningful alternatives? .livelihood
? .bank_account_helper
?
I’m using Adblock Plus 2.6 on Firefox 29.0.1.
HTML:
<div class="banner">
<p class="product">Will AdBlock block this?</p>
</div>
CSS:
.banner {
height: 50px;
width: 300px;
border: 5px solid red;
}