ActiveX Marquee Control Shows Blank Space

Last reviewed: September 29, 1997
Article ID: Q155342
The information in this article applies to:
  • Microsoft Internet Explorer version 3.0 for Windows 95

SYMPTOMS

When you are viewing a Hypertext Markup Language (HTML) page that uses the Microsoft ActiveX Marquee control, a portion of the marquee may have a blank space.

CAUSE

The width specified for the Marquee control is greater than the width of the marquee page.

RESOLUTION

Change the HTML page as outlined below. If the page is not your Web page, notify the author of the page and suggest the following changes:

Place the contents of the marquee page into a table. Set the width of the Marquee object to equal the width of the table. For example:

 <table background="background.jpg" width=440 border=0 bgcolor="#E4E6E7">
 <tr><td align=center><font size=4 color="#7E003C"><b>Welcome to My Home
 Page!</b></font></td></tr>
 <tr><td align=center><font size=4 color="#7E003C">This is a  marquee!
 </font></td></tr>
 <tr><td align=center><font size=4 color="#FF0000">Use ActiveX!
 </font></td></tr>
 <tr><td align=center><font size=4 color="#0000A0">Draw Attention To Your
 Site!</font></td></tr>
 </td></tr></table>

The above HTML code should be in the HTML page that defines the marquee. On the page in which the Marquee object is defined, set the width of the object to be equal to the width of the table (in this example, 440).


KBCategory: kbusage
KBSubcategory: msiew95
Additional reference words: 3.00
Keywords : msiew95 kbusage
Version : 3.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.