We have a pretty good documentation on skinning:

http://myfaces.apache.org/trinidad/devguide/skinning.html

and a page for all selectors, which discuss some details as well:
http://myfaces.apache.org/trinidad/skin-selectors.html

HTH,
Matthias

On Fri, Aug 1, 2008 at 12:20 PM, hns <[EMAIL PROTECTED]> wrote:
>
>  i am try to learn skinning in trinidad ,when i have use this style in
> mystle.css
>
> like
> .af|table::prev-icon:alias
> {
>        content: url(/skins/myskin/images/prev.PNG);
>        border: none;
> }
> .af|table::next-icon:alias
> {
>        content: url(/skins/myskin/images/next.PNG);
>        border: none;
>
>
> }
>
> it shows my images for next and previous links and also works but it comes
> with link like(next 15) and (prev15) which i want to disable ,how can i?
>
>
> --
> View this message in context: 
> http://www.nabble.com/-trinidad-skining-how-tp18771657p18771657.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Reply via email to