RE: [MyFaces] styling components inside of a naming container

2008-08-15 Thread F . P . G . Segers
h, Michael Joseph > Ruane, Victoria Elizabeth Silbey > > -----Ursprüngliche Nachricht----- > > Von: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > Gesendet: Freitag, 8. August 2008 08:17 > > An: users@myfaces.apache.org > > Betreff: RE: [MyFaces] styli

RE: [MyFaces] styling components inside of a naming container

2008-08-07 Thread F . P . G . Segers
Hi, To style this in a CSS file you need to use #namingContainer1 componentToStyle { color: #FF; } This means: every element named 'componentToStyle' that is a descendant of an element with id 'namingContainer1' There are some excellent examples on CSS selectors on w3c.org. (I don't know