I have the same item renderer in multiple lists, and want them to look different. Is there no way to do it on a per-list basis?
Also, I believe the type-selector gets overridden by the ListContentHolder, but I will double check. Thanks. --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Create a type-selector for your renderer class > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of scott.royston > Sent: Tuesday, January 22, 2008 1:21 PM > To: [email protected] > Subject: [flexcoders] Styling List ItemRenderers > > > > How can I style my itemrenderers in a List via CSS? Right now they seem > to be inheriting > everything from the List component (via the ListContentHolder), which is > definitely not what I > want. > > Thanks >

