[Trinidad] Skinning problems

2007-07-31 Thread Okan Çetin
Hi; I am getting problems with css skinning for trinidad. It is easy that doing tab menus with classical css. I want to convert css tab menu skin into trinidad css format. But there is no completely manual. How can I know tabs a hover is equal to af | panelTabbed::tab-link:hover There is a manual

Re: [Trinidad] Skinning problems

2007-07-31 Thread Simon Lessard
Hello Okan, How can I know tabs a hover is equal to af | panelTabbed::tab-link:hover You need to understand the selector terminology for that. Let break down that selector: af|panelTabbed = we're skinning the panelTabbed component ::tab-link = we're skinning the link part of a tab in the

Re: [Trinidad] Skinning problems

2007-07-31 Thread Okan Çetin
Hi; Thanks for reply; But actually in this situation main problem is how can I know the key word (tab-link?) I could not find completely manual. There is a document [1] but it has not contain all parameters of css tags. [1]

Re: [Trinidad] Skinning problems

2007-07-31 Thread Martin Marinschek
This one is a bit hidden, but it is more actual for Trinidad-selectors: http://myfaces.apache.org/trinidad/skin-selectors.html regards, Martin On 7/31/07, Okan Çetin [EMAIL PROTECTED] wrote: Hi; Thanks for reply; But actually in this situation main problem is how can I know the key word