960gs tips
http://gridder.andreehansson.se/
学习360gs的必备文章,好
http://net.tutsplus.com/tutorials/html-css-techniques/mastering-the-960-grid-system/
http://www.biuuu.com/p973.html
Query插件960.gs grid overlay实现Javascript辅助布局页面功能
960 Grid [ http://960.gs/ ]是一个非常优秀的用于辅助设计师进行快速创建网页原型的辅助系统,jQuery插件960.gs grid overlay是基于960 Grid 的原理上使用javascript实现辅助网页布局和设计的工具,使用非常简单,实例如下:
使用说明
需要使用 jQuery库文件 和 960grid库文件
使用实例
一,包含文件部分
二,Javascipt部分
<script type="text/javascript"> $(function() { $("body"). addGrid (12, {img_path: 'images/'}); }); </script>addGrid()方法有两个参数,12表示格子数,img_path表示辅助图目录。
实例将产生一个960 Grid 的布局图,用于辅助网页设计和开发。
注意有两张辅助图:12_col.png和16_col.png
在线演示960.gs grid overlay
http://www.badlydrawntoy.com/static/960grid/
下载960.gs grid overlay源码包
http://jquerycodes.googlecode.com/files/jquery.960grid-1.0.zip
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did42898