Do anyone have a beakdown of which css tags match which areas in the grid. Some of them seem obvious but some aren't. ie
.igtbl_FxdHeader{}
.igtbl_FxdFooter{}
where do these tags apply to the grid as well as all of the other possibilities.
Hello,
I am not sure it is documented somewhere, I believe the best idea is to use FireBug for FireFox and the "Inspect Element" feature of FireBug in particular - this way you can select an element with the mouse and see the styles applied to it (and which css setting is actually active, based on inheritance). This works really very well and is very convenient.
In the screenshot attached you can see how this works for Header.
could you send me a sample stylesheet that has the majority of the styles applied so i can test it out.