CodePlexProject Hosting for Open Source Software
it is not clear to me how to block specific CSS elements, basically changing the style to "display:none"?
i am trying to block ads on my.msn.com and it looks like my best option is to block a few DIVs.
thanks, jeroen
How AdblockIE actually blocks them? The DOM elements are removed. If you specify the classes of those DIVs, the DIV elements will simply be removed from the DOM.
[$AUTHOR$] wrote: [$CONTENT$]