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
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
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
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