Hello:
In a FlexTable I have:
...
this.setWidget(1, 1, new HTML(kpiLanguage.getString("grossMargin")));
..
ColumnFormatter columnFormatter = new HTMLTable.ColumnFormatter();
columnFormatter.setStyleName(1, "kpi_col1");
columnFormatter.setWidth(1, "400px");
this.setColumnFormatter(columnFormatter);
CSS:
.kpi_col1 {
height: 28px;
font-style: italic;
}
in Firefox, the width is rendered but not the style
in IE, neither the width or the style are rendered
Column 1 refers to the second column in my table which is the one I'm
trying to format. The CSS location is correct.
does anybody have a suggestion?
Eric
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---