You can try giving it space by using margin or padding, like
margin-right: 13px to see if that helps.
Adam Winer wrote:
I think the problem here is that panelPage should be using
a <div>, not a <span>. A span doesn't really have any width
or height, so a background image won't show up.
-- Adam
On 4/10/07, Bertrand, Shawn R <[EMAIL PROTECTED]> wrote:
I'd like to put a background image (a 1-pixel wide image repeated
horizontally) behind the generated table that comprises the header of
the panelPage, but am not sure where to put the styles. I tried putting
them on the panelPage's span element itself (via
inlineStyle="background-color: #5E87B9; background-image:
url(../images/gaugeBlue.png); background-repeat: repeat-x"), but nothing
shows up.
Any ideas?
Thanks,
Shawn