View Single Post
Old 03-03-2009, 04:27 AM  
ifny
Registered User
 
ifny's Avatar
 
Industry Role:
Join Date: Jun 2004
Posts: 32
Try to replace this
#main { min-height: 400px; margin: 0px; padding: 15px; overflow: hidden; }
with
#main { min-height: 400px; height: 400px; overflow: visible; margin: 0px; padding: 15px; overflow: hidden; }
in your style.css file and see if it works
ifny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote