IE 6 CSS support is atrocious, and that's being generous.

outputText is explicitly and intentionally not skinned.  Like other text, it
is
not directly skinned, but has its font size determined by the container
element/tag.  If it were directly skinned, there'd be no possibility for
container tags to affect their content's styling.

-- Adam



On 9/14/07, Francisco Passos <[EMAIL PROTECTED]> wrote:
>
> I've just tried this example.
>
> In IE 7 it works fine, but in IE 6 it presents the behaviour you
> described.
>
> Sorry I don't have a solution to recommend.
>
> On 9/14/07, Pedro Calcao <[EMAIL PROTECTED]> wrote:
> >
> > Greetings,
> >
> > I have been developing several pages using Trinidad, I have done all the
> > development using Firefox to test the application.
> >
> > Today I got to running the app in IE6, and I see that the default
> > font-size of all outputText values are alot larger then in FF, I see no
> > reason for this to happen, and I'm using a skin that explicitly sets the
> > font-size to 10, using:
> >
> > .AFDefaultFont:alias {
> >   font-size : 10px;
> > }
> >
> > Shouldn't the above code set all text in my application to 10px
> > font-size unless overwritten by other css specifications?
> >
> > Is there a way to set the font properties of all outputText's without
> > setting their inlineStyle or styleClass one by one?
> >
> > Thank you for any answers,
> >
> > Pedro Calção
> >
>
>

Reply via email to