Matthias Winkelmann wrote:
>
>
> Hi all,
>
> I'm trying to get two rows with 25/50/25 column splits in grids css.
> I've got it going with one row with the example at http://
> developer.yahoo.com/yui/examples/grids/example_ge.html. I've tried to
> get the second row to adopt the same format by nesting a yui-gd
> inside a yui-ge, but it doesn't result in anything useful (I have the
> two leftmost columns on top of each other in FF, and the percentages
> all wrong in Safari).
>
> Any help is appreciated,
>
Try adding a clearing div below the first row.
Something like: <div style="clear: both; font-size: 0; height: 0;"></div>
should fix this.
--
Gopalarathnam Venkatesan
http://gopalarathnam.com/