Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
The problem lies in your il's,
They have a float property, which means they are taken out of the normal flow.
Doing this means that the container div collapse, as the il's are not in it now that they are floated.
I'm not a pro in design, so I don't know how to make it right at first sight, but a quick hack would be to fix in css the ul height.
Try to add height:300px in your .hoverbox class
__________________
Only a biker knows why a dog sticks his head out the window.
|