开发者

Html and css layout issue

开发者 https://www.devze.com 2023-02-25 19:47 出处:网络
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开发者_

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消