--- In ydn-javascript@yahoogroups.com, Pierre Rouwens
<pierre.rouwens@...> wrote:
>
> Hi again,
> Ok just forget this very stupid question ... instead using yui-t2 I
just have to use yui-t4.
> Sorry for the useless post ;)
> thanks
> Pierre
>
>
>
> ----- Original Message ----
> From: Pierre Rouwens <pierre.rouwens@...>
> To: ydn-javascript@yahoogroups.com
> Sent: Tuesday, July 8, 2008 1:45:47 PM
> Subject: Re: [ydn-javascript] Re: First time with YUI css
>
>
> Hi Wally,
>
> First thanks for your response, actually i've used the nested grids
but I don't know how to reverse the 1/4-3/4 order to get 3/4-1/4 and
then have the center column bigger than the other one.
> This is my main problem that's why i asked because I figure out i
could be on the wrong track.
>
> Thanks a lot
>
> Pierre
>
>
>
> ----- Original Message ----
> From: wally.ritchie <wally.ritchie@ yahoo.com>
> To: ydn-javascript@ yahoogroups. com
> Sent: Tuesday, July 8, 2008 12:16:00 PM
> Subject: [ydn-javascript] Re: First time with YUI css
>
>
> --- In ydn-javascript@ yahoogroups. com, "pierre.rouwens"
> <pierre.rouwens@ ...> wrote:
> >
> > Hi there,
> >
> > I'vs just discovered YUI CSS. But I have my first trouble.
> > I need to layout something like that :
> > |20%|60%|20% |
> > with grids ... is there a way to achieve this ?
> > I've seraching trough the net but i didn't find anything yet.
> >
> > Thanks a lot
> >
> > Pierre
> >
> Use a .yui-tX class for a sidebar left or right (approx 20%).
> Then use nested grid in main for 1/4 and 3/4.
> You may find Dav Glass's gridbuilder useful:
> http://developer. yahoo.com/ yui/grids/ builder/
>
>
> ________________________________
> Now with a new friend-happy design! Try the new Yahoo! Canada
Messenger
>
>
> __________________________________________________________________
> Instant Messaging, free SMS, sharing photos and more... Try the new
Yahoo! Canada Messenger at http://ca.beta.messenger.yahoo.com/
>
With a yui-t2 you would use a yui-ge
For a yui-t4 you would use a yui-gf
Either will give you the bigger area in the center. In some cases you
might want to keep a fixed side and switch can dynamically re-arrange
the main area for different content. This is where you might want to
pick one over the other.