I would like to use images with the tab control, but to limit the number of requests for files, I want to use a single sprite image and be able to position the background through CSS.
the ImageUrl property renders an img tag, so I dont think i can use that.
I could try one of the CssClass properties for each tag, but not sure if I'd be able to position the text to the right of the image properly.
I could put a Div tag in the Text property with a class defined for the background image and positioning. but this seems a bit hacky.
Same question for the Toolbar control, whats the best way to make it work with a sprite.
Thanks for any advice,
Adam Nelson
the ImageUrl property renders an img tag, so I dont think i can use that.
I could try one of the CssClass properties for each tag, but not sure if I'd be able to position the text to the right of the image properly.
I could put a Div tag in the Text property with a class defined for the background image and positioning. but this seems a bit hacky.
Same question for the Toolbar control, whats the best way to make it work with a sprite.
Thanks for any advice,
Adam Nelson