Christian Heilmann wrote:
>> Shelly's spot on. I know a lot of developers who're just baffled at the
>> concept of CSS (style? developers? hehehe), but if you read through
>> w3c's glossaries and write to standard (ie Firefox) - afterwards the
>> logic employed by IE is an interesting challenge :).
>>     
>
> You can start with a tested suite:
> http://developer.yahoo.com/yui/grids/
>
>   
I'm a little confused by the documentation on using the yui grids. The 
first few examples use #yui-main followed by a .yui-b and then the 
.yui-g for grids e.g.

<div id="yui-main">
    <div class="yui-b">
       <div class="yui-g">
          <div class="yui-u first">
       ....

but then for the more complex grid layouts it switches to:

<div id="yui-main">
    <div class="yui-g">     <!-- not yui-b anymore?
       <div class="yui-g first">
          <div class="yui-u first">
       ....

There's nothing to explain why .yui-b isn't used anymore. Is its 
function replaced by #yui-main or interchangeable with .yui-g?

Is there anyone using this who can shed some light on this for me?

Cheers, Rob
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to