易截截图软件、单文件、免安装、纯绿色、仅160KB

css 框架 grid的困惑 Using Nesting Grids

不懂他网格如何原理
\Using Nesting Grids

YUI Grids CSS provides a system for subdividing sections of your page with nestable grids. Use this technique to easily create complex layouts that go beyond the two column layouts offered by the template presets. The picture below shows, for example, how a two-column grid is "nested" within the main block:


The Basic Idea

The basic idea is that "grids" are holders of "units". The standard grid holder is a div with a class of "yui-g" (g is for grid). The contained units are divs with a "yui-u" class (u is for unit). Except in special cases we'll examine later, a grid holds two units and instructs each unit to take up half the available space. Here's what a basic nested two-unit grid looks like:
HTML code:
1 ...
2 <div id="yui-main">
3 <div class="yui-b">
4 <div class="yui-g">
5 <div class="yui-u first"></div>
6 <div class="yui-u"></div>
7 </div>
8 </div>
9 </div>
10 ...

view plain | print | ?
... <div id="yui-main"> <div class="yui-b"> <div class="yui


相关问答:

求css开发工具

我对css不大熟 一直都是用dw提示开发的 现在用的是dw4 感觉不怎么的 启动速度很慢 想找个只对css开发的工具 不要太大 开启速度也要快点最好 先谢谢
dw4 不错啊  可见既可得

建议还是不要用提示工具了,习惯 ......

说说自己的CSS代码规范吧~!

我都是用Class或者id,然后把样式写到单独的文件里面.
从来不在标签里写style="";全部写到单独的文件里.在Head里引入.

大家觉得这样有没有必要?你们如何做的呢?
连 <table border=1>中的b ......

解决css生效和弹出qq在线咨询的矛盾问题


这时在网页中弹出一个窗口,是qq在线咨询,在一般的html中可以随滚动条而动,但在html中加入 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1 ......

寻求一位Javascript,css,ajax方面的高手,项目合作

我公司目前承接一个项目,widget方面,时间紧张。需要一位具备这方面技术和能力的朋友来打造团队,共同完成项目。全职、兼职均可。待遇从优。

同时还需要若干这方面的人才,共同完成此项任务,兼职、全职均可 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号