|
0
|
1 |
*** NOTE: This module is deprecated. This functionality will be provided in a future release.
|
|
|
2 |
|
|
|
3 |
**** version 3.0.0 beta 1 ***
|
|
|
4 |
* deprecated for YUI 3
|
|
|
5 |
|
|
|
6 |
**** version 3.0.0 PR2 ***
|
|
|
7 |
|
|
|
8 |
* Added self-clearing for templates (e.g. div.yui-t1) for
|
|
|
9 |
cases when they are not within #bd. Per ticket 2201115
|
|
|
10 |
* Corrected ordering issue for "gb" per internal ticket
|
|
|
11 |
2251219 and Sourceforge ticket 2131681
|
|
|
12 |
* Enabled nesting of gf within gc per internal ticket
|
|
|
13 |
1458071 and Sourceforget ticket 1786723
|
|
|
14 |
|
|
|
15 |
3.0.0PR1 - Initial release
|
|
|
16 |
|
|
|
17 |
Module Name: "cssgrids"
|
|
|
18 |
Documentation: http://developer.yahoo.com/yui/3/cssgrids
|
|
|
19 |
|
|
|
20 |
The foundational CSS Grids offers four preset page widths,
|
|
|
21 |
six preset two-column source-order-independent content
|
|
|
22 |
templates, and the ability to stack and nest subdivided
|
|
|
23 |
regions of two, three, or four columns. The file provides
|
|
|
24 |
over 1000 page layout combinations. Other features include:
|
|
|
25 |
|
|
|
26 |
* Supports fluid 100-percent layouts, fluid- and
|
|
|
27 |
fixed-width layouts at 750px, 950px, and 974px
|
|
|
28 |
centered, and the ability to easily customize the
|
|
|
29 |
width.
|
|
|
30 |
* Flexible in response to user initiated font-size
|
|
|
31 |
adjustments.
|
|
|
32 |
* Template columns are source-order independent; put
|
|
|
33 |
your most important content earlier in your markup
|
|
|
34 |
for improved accessibility and SEO.
|
|
|
35 |
* Self-clearing footer. No matter which column is
|
|
|
36 |
longer, the footer stays below the longest.
|
|
|
37 |
* Accommodates IAB's Ad Unit Guidelines for common
|
|
|
38 |
ad dimensions.
|
|
|
39 |
|
|
|
40 |
*** NOTE: This module is deprecated. This functionality will be provided in a future release.
|
|
|
41 |
|