:: Forum >>

Assigning image to aw.grid headers won't work for me.

Does anyone know if an image assigned to the grid header actually works. I've tried every scenerio supplied in the forum and none work. Below is an example scenerio. I've tried every combination. The following desplicts an all around scenerio: Thanks


#myGrid {height: 400px; width: 750px; color:#000000; background-image:url(/img/bluebg.jpg)}
.aw-header-0 .aw-item-box {background:#cdcdcd;border-bottom-color:#c4c4c4; background-image:url(/img/bluebg.jpg)}
.aw-header-0 .aw-grid-header {background:#b7b7b7!important;border-bottom-color:#adadad; background-image:url(/img/bluebg.jpg)}
.aw-gpanel-center { background: url(/img/bluebg.jpg);;
}

Petesakes
Sunday, October 21, 2007
#myGrid .aw-grid-header {background: url(image.jpg)!important}
#myGrid .aw-grid-header .aw-item-box {background: none; border: none}

Don't forget to assign the grid id with

grid.setId("myGrid");
Alex (ActiveWidgets)
Monday, October 22, 2007

This topic is archived.


Back to support forum

Forum search