[Wicket-user] image ref within CSS

2006-04-24 Thread karthik Guru
I have a CSS that refers to an image - span hello{float:left; background:#DAE0D2 url(test.gif) repeat-x bottom; }If I were to package the panel as a component, the gif needs to be packaged as well. Then the CSS reference to image - url(test.gif)cannot be hardcoded.So changed the css to

Re: [Wicket-user] image ref within CSS

2006-04-24 Thread Eelco Hillenius
On 4/24/06, karthik Guru [EMAIL PROTECTED] wrote: I have a CSS that refers to an image - span hello{ float:left; background:#DAE0D2 url(test.gif) repeat-x bottom; } If I were to package the panel as a component, the gif needs to be packaged as well. Then the CSS reference to image -

Re: [Wicket-user] image ref within CSS

2006-04-24 Thread karthik Guru
yes worked..great!..my initializer that registers the gifs as a shared resource didn't run .I fixed that. thanks.On 4/24/06, Eelco Hillenius [EMAIL PROTECTED] wrote: On 4/24/06, karthik Guru [EMAIL PROTECTED] wrote: I have a CSS that refers to an image - span hello{ float:left;

Re: [Wicket-user] image ref within CSS

2006-04-24 Thread Eelco Hillenius
Pfffew. Glad I didn't say something stupid this time ;) Eelco On 4/24/06, karthik Guru [EMAIL PROTECTED] wrote: yes worked..great!..my initializer that registers the gifs as a shared resource didn't run .I fixed that. thanks. On 4/24/06, Eelco Hillenius [EMAIL PROTECTED] wrote: On

Re: [Wicket-user] image ref within CSS

2006-04-24 Thread Igor Vaynberg
im still recovering from shock!On 4/24/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Pfffew. Glad I didn't say something stupid this time ;)EelcoOn 4/24/06, karthik Guru [EMAIL PROTECTED] wrote: yes worked..great!..my initializer that registers the gifs as a shared resource didn't run .I fixed

Re: [Wicket-user] image ref within CSS

2006-04-24 Thread Justin Lee
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 /me tosses some popcorn in igor's gaping maw. Igor Vaynberg wrote: im still recovering from shock! On 4/24/06, *Eelco Hillenius* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Pfffew. Glad I didn't say something stupid this time