2
votes
4answers
62 views
Background and CSS Floats
So I am using the 960 grid system and found a few things that they don't support. I've considered switching to Blueprint, but I've got to come back to the design a bit later in the process. Anyway, …
1
vote
4answers
272 views
Why are Grid Layouts still seeing such poor adoption?
Having recently become a convert to Grid Layouts, I find myself looking at more and more sites' code and seeing that grids are still grossly under-represented.
While I accept that grids might not …
0
votes
2answers
130 views
What do you believe to be the best CSS Grid system and why?
I've been using Nicole Sullivan's "Object Oriented" CSS grid for a while now (hate the term, though) and have found it to be quite good. However, as I get more experience with grids, I'm noticing a …
0
votes
2answers
113 views
What are the parameters for a GridLayout?
private static final GridLayout layout = new GridLayout( 3, 1, 1, 0 );
in this line of code what do the numbers represent and how do you use them to arrange the checkboxes and buttons in the window?
…
