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