PDA

View Full Version : [2.0] Grid CSS



Animal
11 Oct 2007, 5:52 AM
Shouldn't the CSS class names applied to various grid elements be version independent?

The 2.0 classes use x-grid3-blah

If this is by design, then no big deal, we'll just update our own CSS rules to use "3".

The rules for striping rows are missing thoughbut.

jay@moduscreate.com
11 Oct 2007, 7:30 AM
Are you talking about column striping?

thejoker101
11 Oct 2007, 8:11 AM
Shouldn't the CSS class names applied to various grid elements be version independent?

The 2.0 classes use x-grid3-blah

If this is by design, then no big deal, we'll just update our own CSS rules to use "3".

The rules for striping rows are missing thoughbut.

I'm sure it's most likely because the CSS for grid3 and grid2 are not exactly the same and you can still include grid2 if you want from the legacy directory.

Animal
11 Oct 2007, 8:58 AM
Makes it a bit difficult to maintain your CSS though.

DJ, I'm talking about row striping. It does not work because although the "alt" classes are applied, there is no CSS rule to give the rows a background.