打印本文 打印本文 关闭窗口 关闭窗口
网页设计高级布局40例参考
作者:武汉SEO闵涛  文章来源:敏韬网  点击数770  更新时间:2009/4/23 13:48:03  文章录入:mintao  责任编辑:mintao
针对五个模块的不同类型布局demo,基本上概括了所有需求,很有代表性。注意dtd为strict模式,编码是已改为utf。


个人觉得虽然实用有限,但作为技术参考,一定程度上总结了很多解决方案。
固定代码架构,分为五个部分 eader, content, navigation, other stuff and footer


HTML 代码:
<div id="container">
  <div id="header">Header</div>

  <div id="wrapper">
    <div id="content">Content</div>
  </div>
  <div id="navigation">Navigation</div>
  <div id="extra">Extra stuff</div>
  <div id="footer">Footer</div>
</div>


作者是意大利设计师,标题不好翻译,看示意图加例子就明白了。

seover="if(this.alt) this.style.cursor='pointer';" onclick="if(this.alt) window.open('/Article/UploadFiles/200904/2009042313480305.gif');" alt="" src="/Article/UploadFiles/200904/2009042313480305.gif" onload="if(this.width>screen.width-300) {this.width=screen.width-300;this.alt='本图片已被缩小,点击查看原大小图片。';}" border=0>
Three percentage columns (n.01)
http://www.rexsong.com/blog/attachme...youtgala01.htm

seover="if(this.alt) this.style.cursor='pointer';" onclick="if(this.alt) window.open('/Article/UploadFiles/200904/2009042313480315.gif');" alt="" src="/Article/UploadFiles/200904/2009042313480315.gif" onload="if(this.width>screen.width-300) {this.width=screen.width-300;this.alt='本图片已被缩小,点击查看原大小图片。';}" border=0>
Three percentage columns (n.02)
http://www.rexsong.com/blog/attachme...youtgala02.htm


Three percentage columns (n.03)
http://www.rexsong.com/blog/attachme...youtgala03.htm


Three percentage columns (n.04)
http://www.rexsong.com/blog/attachme...youtgala04.htm


Three percentage columns (n.05)
http://www.rexsong.com/blog/attachme...youtgala05.htm


Three percentage columns (n.06)
http://www.rexsong.com/blog/attachme...youtgala06.htm


Three fixed columns (n.7)
http://www.rexsong.com/blog/attachme...youtgala07.htm


Three fixed columns (n.8)
http://www.rexsong.com/blog/attachme...youtgala08.htm


Three fixed columns (n.9)



打印本文 打印本文 关闭窗口 关闭窗口