BUG: Empty Vertical Scroll Bar Space On Desktop Item

ID: Q183328


The information in this article applies to:


SYMPTOMS

For Active Desktop items, when specifying width=100% or height=100% to size an ActiveX control, Java Applet, or picture to occupy the entire window, a vertical scroll bar or an empty region appears in the space a vertical scroll bar would occupy.


RESOLUTION

To work around this problem, set the scroll attribute of the BODY tag to "no." No scroll bars will appear for the desktop item.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

The following page will reproduce this bug:


<HTML>
<BODY>
<IMG SRC="example.jpg" width="100%" height="100%">
</BODY>
</HTML> 
To remove the scrollbar or vertical white space, modify the <BODY> tag as such:

<BODY scroll="no"> 


REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:

Q183443 PRB: Scroll Bars Appear on Active Desktop Item

Additional query words:


Keywords          : kbActiveDesktop kbIE400 kbIE401 kbIE500 
Version           : 
Platform          : 
Issue type        : kbbug 

Last Reviewed: May 7, 1999