3.2.0

How do I set background image for header? ehader selected?

Hi Alex-

Can you please tell me how I set a different background image for the grid header? I also need to set another background for header selected as well as sort arrows. (I am using gradient images if that makes any difference)

thank you
Max
Max
June 10,
Use firebug or IE8 developer tools and look at the header elements and their css classes. I guess you should assign the background to
.aw-grid-header {...} or .aw-grid-header .aw-item-box {...}.

Sort arrow element is .aw-grid-sort {...}. The direction is set on parent header element as .aw-sort-ascending and .aw-sort-descending
Alex (ActiveWidgets)
June 11,
Alex-

.aw-grid-header .aw-item-box works for the header, thanks

can you tell me what I use for the selected header background? I've tried quite a few things and am at a loss. (aw-mousedown-header .aw-item-box works for the click but I need the selected header)

thank you
Max
Max
June 17,
Never mind - I figured this out

.aw-header-0 .aw-sort-xxxxxxxxxxx .aw-item-box {background:url etc etc
Max
June 17,

This topic is archived.

See also:


Back to support forum