|
I'm new to css and by far no expert but at first glance I'm guessing the problem has to do with the fact that you did not specify a height for prod-box.
Hope this helps,
-Phaaze
(Edit: The other thing you could try if the image is dynamic, therefore different on each page, is giving prod-box a display: table; - I don't know if this is good common practice or not but I do believe it works.)
Last edited by Phaaze : 04-24-2007 at 03:24 AM.
|