Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

UltraWebTab, Version 6.3, not rendering properly in IE7

Last post 08-27-2008 11:01 by [Infragistics] Sung Kim. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-27-2008 10:33

    • mwrenn
    • Not Ranked
    • Joined on 08-27-2008
    • Points 40

    UltraWebTab, Version 6.3, not rendering properly in IE7

    We're using version 6.3.20063.53 of the UltraWebTab.  It renders correctly in IE6 but in IE7 it will only display some of the data in the tab.  It looks like the tab control itself has rendered but data is cut off and the tab won't scroll or expand vertically to display all of the data.  Has anyone else come across this?  Is there a solution?

    Thanks!

    • Post Points: 20
  • 08-27-2008 11:01 In reply to

    Re: UltraWebTab, Version 6.3, not rendering properly in IE7

    It could be due to IE7 releasing after the release of 6.3.20063.53.  I would recommend that you either install a hotfix or upgrade to a later version of the product.

    If you cannot upgrade, you may want to play with setting the height on the html, body, form, and the tab control.

    Something like this:

    <style type="text/css">
        html,body,form{
          margin:0;
          padding:0;
          height:100%;
          border:none
    }
    </style>

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems