CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/FmActiveTextPreviewDlg.pas +++ b/trunk/Src/FmActiveTextPreviewDlg.pas @@ -233,7 +233,7 @@ AddProperty(TCSS.OverflowProp(covAuto)); AddProperty(TCSS.WidthProp(cluAuto, 0)); // Use height instead of maxheight if IE 6 or lower - if TOSInfo.BrowserVer > 6 then + if TIEInfo.SupportsCSSMaxHeight then AddProperty(TCSS.MaxHeightProp(MaxHTMLHeight)) else AddProperty(TCSS.HeightProp(MaxHTMLHeight));