Re: [Wicket-user] Confused about relative paths and my css.

2007-06-04 Thread Al Maw
Thomas R. Corbin wrote: > On Friday 01 June 2007 1:42 pm, Matej Knopp escreveu: >> Look at what url is your stylesheet. The images withing stylesheet are >> always located relatively to the stylesheet itself. > > so there's no way to make them relative to the context path/root? If you don't

Re: [Wicket-user] Confused about relative paths and my css.

2007-06-01 Thread Thomas R. Corbin
On Friday 01 June 2007 1:42 pm, Matej Knopp escreveu: > Look at what url is your stylesheet. The images withing stylesheet are > always located relatively to the stylesheet itself. so there's no way to make them relative to the context path/root? I'm going ahead and moving them to

Re: [Wicket-user] Confused about relative paths and my css.

2007-06-01 Thread Matej Knopp
Look at what url is your stylesheet. The images withing stylesheet are always located relatively to the stylesheet itself. -Matej On 6/1/07, Thomas R. Corbin <[EMAIL PROTECTED]> wrote: > > I have a line like this in my css. the css is in the package > com.samsix.wicket.style. But I expected, p

[Wicket-user] Confused about relative paths and my css.

2007-06-01 Thread Thomas R. Corbin
I have a line like this in my css. the css is in the package com.samsix.wicket.style. But I expected, presumably falsely that the gif file would be found at the root of my application, not relative to that package's path. background:url("images/tabs/left.gif") no-repeat left top; Yet it