The information in this article applies to:
SYMPTOMSScroll bars appear on an Active Desktop Item even though the item has been sized exactly to fit a fixed size image, ActiveX control, or applet. The fixed size element never seems to occupy the entire space of the HTML body. CAUSEIn HTML pages, spaces and carriage returns (CRs) are considered text characters, and text characters have descent -- space below the baseline. This causes a small section of the body to always appear underneath any fixed size elements in the page or desktop item. RESOLUTION
Change the HEIGHT attribute of the Desktop ITEM in the CDF file to be a few
pixels bigger.
STATUSThis behavior is by design. MORE INFORMATIONThis problem can be observed in the following sample CDF file and corresponding HTML file for a desktop item:
To resolve this problem, provide a little extra space in the Desktop Item's
CDF file by changing the <HEIGHT> tag to the following:
-or-
Remove all white space from the HTML file like so:
REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base: Q183328 BUG: Empty Vertical Scroll Bar Space On Desktop Item © Microsoft Corporation 1999, All Rights Reserved. Additional query words:
Keywords : InetSDKActiveDeskt |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |