Zgonxglypf
New Member
Can anyone tell me how I can apply some CSS to an img based on it's ALT value?e.g. I have images with an ALT value of DISAPPEARWhen hovered over, I want to set\[code\]img[DISAPPEAR]:hover { display:none; }\[/code\]The code above doesn't seem to work though