Div block

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Karl

Div block

Post by Karl »

Hello.
I would like to ask how to block DIV like that? If it is possible...

Code: Select all

<div style="width:750px;height:101px;float:left;background-color:#f2f2f2;border:1px solid #c6c6c6;border-width: 1px 0px;padding-top:1px">
</div>
Karl

Re: Div block

Post by Karl »

OK, i found how to fix this problem...

Here is solution:

Code: Select all

#DIV[style="border-style: solid; border-color: #c6c6c6; border-width: 1px 0px; width: 750px; height: 101px; float: left; background-color: #f2f2f2; padding-top: 1px;"]
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

I'm sure it was just a typo on your end ... but that is a REGULAR css rule and needs to start with 2 "#"s.

Code: Select all

##DIV[style=............
ps: The ABP Element Hiding Helper makes this task MUCH easier:
https://addons.mozilla.org/en-US/firefox/addon/4364
Locked