First try to find what that component is, say myComp. Then, you can
apply something like

display: none;

to that component.

regard

Bill

On Fri, Aug 1, 2008 at 5:20 AM, 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.
>
>

Reply via email to