This is a follow up on:
Expanding Div..... stackoverflow
I want to add more content in the hovered state. Say 'Normal' (w:100px, h:100px) has an 50px(w/h) image centered with a small centered caption under it. 'Hover' (w:300px, h:100px) has the same as 'Normal', but it can either expand on the left side of the image and caption or right side and there is more content on the other side.
How would I go about doing that?
Harley