I have a (fairly) basic layout with two panes floated to the right: http://jsfiddle.net/enqXe/14/ However, the top one isn't taking up 60% and the bottom one 40%. Part of the problem I think i开发者_C百科s that #rightPaneHolder isn't 100% of the height for some reason. Is this some simple css error? Thanks!
Add this:
body,html{height:100%;}
http://jsfiddle.net/enqXe/15/
精彩评论