网页的流体布局模式创建
我希望我的网站上的每个页面都有一个如下所述的骨架结构。 根据用户选择的模板(保存的选择/默认 css
),页面的外观会发生变化。
我计划使用 960.gs 或蓝图 CSS 框架进行布局处理。
我是 CSS 和布局的新手。 我的要求的最佳示例是如何在 jimdo.com/weebly.com。 我正在寻求建议,以便我可以快速学习并在迭代中实现它。
解决此类设计问题的最佳方法是什么? 我确信它需要创造性的弯曲,但到目前为止,我想采取书生气的方法,以便我可以将它用于我自己的解决方案。
<div id="container">
<div id="header"></div>
<div id="navigation"></div>
<div id="sidebar"></div>
<div id="content"></div>
<div id="footer"></div>
</div>
I would like to have each and every page on my site to have a skeleton structure as mentioned below. Based on the template selected by the user (saved choice/default css
) the appearance of the page changes.
I am planning to use 960.gs or blueprint CSS framework for layout handling.
I am a newbie to CSS and layouts. Best example for my requirement would be how its done on jimdo.com/weebly.com. I am looking for advice so that I can learn this fast and implement it in iterations.
Whats the best approach to solve such design problems. I am sure it needs creative bend but as of now I would like to take bookish approach so that I can use it for my own solution.
<div id="container">
<div id="header"></div>
<div id="navigation"></div>
<div id="sidebar"></div>
<div id="content"></div>
<div id="footer"></div>
</div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个3 列布局生成器可能会有所帮助。
This 3 column layout generator may help.