I can't see the ad you mentioned on that page even with ABP disabled. However, all the ads I (as some who doesn't speak the language) can see are blocked by this filter:
Blocking this eith abp is somewhere between impossible and really hard. It's not a frame, or an image, and the html elements used do not have any useful identifiers that could be used to block the right ads and leave the rest alone. You could use use element hiding rules to block the 26th, 27th and 28th row of any table, but there are other tables with as many rows. Finding the right table would be about as complex making the rules utterly complex and only the slightest change to the source of the page 'd make the rules in the best case useless, in the worst they'd block content.
Blocking this eith abp is somewhere between impossible and really hard. It's not a frame, or an image, and the html elements used do not have any useful identifiers that could be used to block the right ads and leave the rest alone. You could use use element hiding rules to block the 26th, 27th and 28th row of any table, but there are other tables with as many rows. Finding the right table would be about as complex making the rules utterly complex and only the slightest change to the source of the page 'd make the rules in the best case useless, in the worst they'd block content.
So glad that you work with me. Your element skills are as good as Sheepy's.
@Tuljac:
I'd like to hear this 'hide' myself. I think I'm creating a monster. The man has some skills.
Edit: I pretty much understand the 'hide' ... it's the syntax that I've never seen used in ADP before that has me curious .... ":not" ? ... didn't know you could do that.
The filter is actually a CSS selector. It matches a table element that is a child of a td element that has a colspan of 3 but doesn't have a valign attribute. It's confusing if you don't try it yourself.
I just noticed that there's also a bar of whitespace across the top where most likely a banner ad has been hidden.
I switched to FF 2.0 a couple of days ago and Adblock Plus (and the Filterset.G Updater add-on) came along w/o problems as far as I can tell.
I'm sadly deficient in knowing where and how to place fixes like the one quoted above, so if there is a fix for the eweek element, please let me know where to put it (roflmao!) as well. Thanks!
Switch from Filterset.G to EasyList + EasyElement. Those two filter subscriptions will remove advertisements and the leftover elements you speak of. It's highly recommended, and you won't need a separate extension like Filterset.G Updater to keep the filters up to date.
Besides, you really shouldn't use Filterset.G it's been unmaintained for quite some time now and it uses slow regexps and there are lots of false negatives. Try one of the subscriptions abp suggests in its preferences instead.