HI Günther,
after a short test with my sample application I can't see any difference
between Firefox, Opera9 and IE6, sorry.
I used the following skin selectors:
af|body {
font:75%/1.5em tahoma, arial, geneva, sans-serif;
font-size: 12px;
letter-spacing: 0.6px;
line-height: 18px;
}
.AFDefaultFontFamily:alias{
font-family:tahoma, arial, geneva, sans-serif;
}
But,
I get a bigger (wrong?) font size with Firefox when I use the following code:
<tr:panelFormLayout>
<tr:group>
<tr:outputText value="Enter your criteria"/>
</tr:group>
...
Using IE6 or Opera9 the text "Enter your criteria" is rendered in the same size
like all tr:outputText
Cheers,
Markus
________________________________
From: Günther, Thorsten [mailto:[EMAIL PROTECTED]
Sent: Wed 04.10.2006 14:05
To: [email protected]
Subject: AW: [SPAM] - tr:outputText and tr:selectBooleanCheckbox not affected
by .AFDefaultFont:alias style? - Bayesian Filter detected spam
Hi Markus,
Thank you for your advice.
Your solution is doing well in Firefox but it does not seem to work in IE6. I
assume it a bug that the style-class assigned to the affected elements in HTML
is not generated in the CSS-file and will file a JIRA about that issue.
Regards,
Thorsten
-----Ursprüngliche Nachricht-----
Von: Markus Heinisch [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 4. Oktober 2006 10:04
An: [email protected]
Betreff: AW: [SPAM] - tr:outputText and tr:selectBooleanCheckbox not affected
by .AFDefaultFont:alias style? - Bayesian Filter detected spam
Hi Günther,
I noticed the same problem. I used a simple CSS selector like:
body, textarea, input, select, label {
font: tahoma, arial, geneva, sans-serif;
font-size: 12px;
}
Likely, you archive the same styling with a af|body selector.
Cheers,
Markus
------------------------------------------
Markus Heinisch
Dipl.-Inform.
Senior Consultant
Trivadis GmbH
Freischützstrasse 92
81927 München
Germany
Tel.: +49-89-99275930
Fax : +49-89-99275959
Mobile: +49-162-2959616
mailto:[EMAIL PROTECTED]
http://www.trivadis.com
> -----Ursprüngliche Nachricht-----
> Von: Günther, Thorsten [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 3. Oktober 2006 13:54
> An: [email protected]
> Betreff: [SPAM] - tr:outputText and tr:selectBooleanCheckbox
> not affected by .AFDefaultFont:alias style? - Bayesian Filter
> detected spam
>
> Hi!
>
>
>
> It seems the text-output of tr:outputText and
> tr:selectBooleanCheckbox is not affected by settings I made
> in my skin's CSS with ".AFDefaultFont:alias". I can't find
> the elements style-class ("x20" for example) in the generated
> CSS-file. Is this a bug in the CSS generation or is there a
> style I have to set other then ".AFDefaultFont:alias".
>
>
>
> TIA, regards,
>
> Thorsten
>
>