Tapestry doesn't process your css files or the images it
references....unless for some reason your relative context image path is
somehow setup to match an asset Tapestry is managing it should be handled by
your servlet container.

Is that not the case here?

On 7/2/07, Jan Vissers <[EMAIL PROTECTED]> wrote:

Apparently the images are a bit differently processed in T4.1.2
Change the url below from ../images/... to images/... makes the
page render properly again. However this means I can no longer see
these images in the wysiwyg view of the page.

Not a show stopper, but if anybody has an idea to have both (design +
runtime) that would be nice.

-J.

Jan Vissers wrote:
> Hi,
>
> Moving from 4.1.1 to 4.1.2 I noticed that css background images are
> broken.
>
> For example:
>
> #logo {
>    float: left;
>    padding-top: 15px;
>    padding-left: 200px;
>    padding-bottom: 40px;
>    background: url(../images/logo.gif) no-repeat;
>    background-position: 5% 50%
> }
>
> "background:url" Worked in 4.1.1, but is broken in 4.1.2.
>
> Am I missing something?
>
> Thanks,
> -J.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Reply via email to