block CSS elements

Feb 5 2010 at 5:44 PM

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

Coordinator
Feb 8 2010 at 6:28 AM

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.