:: Forum >>

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
Thursday, June 10, 2010
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)
Friday, June 11, 2010
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
Thursday, June 17, 2010
Never mind - I figured this out

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

This topic is archived.


Back to support forum

Forum search