Hi everybody,

I'm trying to override the gif image used for tabs in the Chenillekit tabset. This is specified in
the chenillekit TabSet.css  like this:

a.ck.tab {
background:url("white-top-bottom.gif")repeat-x scroll 0 -1px transparent;
      .....
}

At this point I assume that the css file is not rendered, so I can't directly specify the gif as an asset. Aside from returning the asset as a StreamResponse from an onActivate() event is there a better way to serve a gif file into a css-specified background?

Thanks,

Chuck

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to