:: Forum >>
Is it possible to insert images into headers?
I'd like to have a few of my header columns be images rather than text, while otherwise acting as they normally would--is that possible?
Thanks
Sebastian
Thursday, March 25, 2004
Never mind, it was as easy as specifying an "<img src>" tag.
Thursday, March 25, 2004
There is actually another more complicated method :-)
obj.setColumnImage(function(i){return "doc"});
You need to declare your images in CSS like this:
.active-image-doc {background: url(myImage.png)}
(see /source/styles/classic/images.css)
Alex (ActiveWidgets)
Sunday, March 28, 2004
This topic is archived.
Back to support forum
Forum search