Page 1 of 1

blocking images within a certain div

Posted: Tue Jan 29, 2008 7:12 pm
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?

Posted: Tue Jan 29, 2008 7:22 pm
by Stupid Head

Code: Select all

###signature img

Posted: Tue Jan 29, 2008 7:27 pm
by Stupid Head
DIV.signature means DIV[class~=signature]

DIV#signatures means DIV[id=signature]

Posted: Wed Jan 30, 2008 8:08 am
by Beth
Thanks for the input...but that didn't work either. Any other ideas?

Posted: Wed Jan 30, 2008 11:27 pm
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