:: Forum >>

HTML in grid cell will not display in IE

I have embedded an HTML table in an AW.UI.Grid object. The cell is formatted as AW.Formats.HTML. It works in FF, but not in IE. Thanks in advance for any suggestions.
Christie
Thursday, June 14, 2007
That might be because the html table is a block element. Try adding -

.aw-grid-cell table {
display: inline;
}
Alex (ActiveWidgets)
Thursday, June 14, 2007

This topic is archived.


Back to support forum

Forum search