Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
Easy-peasy japanese :) 不管怎样,如果你想要一个完整的 css3 布局,你应该看看 此实现
<!DOCTYPE html> <html> <head> <meta charset = "utf-8"> <title></title> <style> #content { float: left; height: 70%; width: 80%; } #menu { float: left; height: 70%; width: 20%; } #footer { clear: left; height: 15%; } #header { height: 15%; } body { position:absolute; bottom: 0; left: 0; right: 0; top: 0; } body > div { -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; border: 3px solid red; border-radius: 20px; box-bozing: border-box; padding: 10px; } input { background-color: rgba(255, 255, 255, 1); border: 2px solid red; border-radius: 15px; padding: 7px; } input:hover { background-color: rgba(250, 250, 247, 1); } </style> </head> <body> <div id = "header">Header</div> <div id = "menu">Menu</div> <div id = "content">Content</div> <div id = "footer">Footer</div> </body> </html>
Easy-peasy japanese :) Anyway if you want a fully css3 layout you should look this implementation
现场演示: http://jsfiddle.net/xJE53 /1/
(我使用 min-height 来模拟填充内容的主要区域)
Live demo: http://jsfiddle.net/xJE53/1/
(I used min-height to simulate the main area being populated with content)
52Framework 怎么样?
What about 52Framework?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(3)
Easy-peasy japanese :) 不管怎样,如果你想要一个完整的 css3 布局,你应该看看 此实现
预览
Easy-peasy japanese :) Anyway if you want a fully css3 layout you should look this implementation
Preview
现场演示: http://jsfiddle.net/xJE53 /1/
(我使用 min-height 来模拟填充内容的主要区域)
Live demo: http://jsfiddle.net/xJE53/1/
(I used min-height to simulate the main area being populated with content)
52Framework 怎么样?
What about 52Framework?