blocking images within a certain div

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

blocking images within a certain div

Post by Beth »

I've tried several things with no luck...

#div(id=signature$image)
#div(id=signature)$image
##DIV.signature.img
##DIV.signature img
##DIV.signature .img
##DIV.signature.img > *
##DIV.signature img > *
##DIV.signature .img > *

...and several others. I know a lot of those are essentially the same, but I figured it couldn't hurt to try. I'm at a loss for what to try next. Any help?
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

Code: Select all

###signature img
What, me worry?
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

DIV.signature means DIV[class~=signature]

DIV#signatures means DIV[id=signature]
What, me worry?
Beth

Post by Beth »

Thanks for the input...but that didn't work either. Any other ideas?
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

Care to just point us to the page that's giving you trouble instead of having us guess what it is you're trying to do? :D
What, me worry?
Locked