I hope it's not a conflict in my CSS styles somewhere, but on my page (http://www.marioplanet.com/product.htm) I'm trying to apply a CSS rule to all images with a class of FancyBox
to shrink them from 25%
of their original size.
Now, I've heard that this may just be applying to the containing table cell, so please tell me if this is the case.
Also, if the above is true, is there anyway I could do this with just plain CSS and HTML and no JavaScript?
Thanks!