I use tags in my module titles, e.g.
Categories.
I specify the span\'s background color/imag
spans default to inline style, which you can't specify the width of.
display: inline-block;
would be a good way, except IE doesn't support it
you can, however, hack a multiple browser solution