Hi kalel16,
Here is a lesson about how DIV tags on the Web work. If you put a DIV tag inside another DIV tag, and set the height of the inner DIV tag in percentages, this means that the DIV’s height is percentage of the parent DIV tag’s height. Your parent DIV tag height by default has height = “auto” as any DIV tag on the web by the way. So you end up with 100% height of something which does not have height. Your solution is to set the height of the Parent DIV tag and if necessary up to the hierarchy.
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com/