Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 308201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:37:43+00:00 2026-05-12T07:37:43+00:00

The following works in firefox: &lt div style=position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%> &lt div id=mainTabContainer dojoType=dijit.layout.TabContainer style=width:100%;height:100%> {%

  • 0

The following works in firefox:

< div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%">
< div id="mainTabContainer" dojoType="dijit.layout.TabContainer" style="width:100%;height:100%">
{% for row in tabContent %}
  < div id="{{row.0}}" dojoType="dijit.layout.ContentPane" title="{{row.1}}">
    {% include row.2 %}
    < /div>
{% endfor %}
< /div>
< /div>

but in i.e. it doesn’t display. When I take out the css on the outer div, it works.

I also tried just

< div style="position:absolute;top:0px;margin-top:60px;bottom:0px;width:100%">
< div style="width:100%;height:100%">
asdf
< /div>
< /div>

and that works fine. Does anyone know why the css would mess up rendering of the TabContainer in i.e.? Or is there a better way to make sure the TabContainer only takes up the space of the window (to prevent having two scrollbars–one for the container and one for the browser)? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T07:37:43+00:00Added an answer on May 12, 2026 at 7:37 am

    What version of IE?

    Try adding the following CSS rule:
    html, body { height: 100%; width: 100%; margin: 0; padding: 0; }

    The other thing you could do (though it might seem heavy-handed) is have a BorderContainer as your top-level element and have the TabContainer as the region=”center” part.

    <div dojoType="dijit.layout.BorderContainer" style="width:100%;height:100%">
        <div dojoType="dijit.layout.ContentPane region="top" style="height:60px">
            ...
        </div>
        <div dojoType="dijit.layout.TabContainer region="center">
            ...
        </div>
    </div>
    

    I confess I can’t try this in IE as am on Mac but have been doing loads of dijit layout lately and something like this should work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following works in Firefox, but breaks in IE7 & 8: $(#my-first-div, #my-second-div).hide(); so
In Firefox 3 and Google Chrome 8.0 the following works as expected: <style type=text/css>
The following code works for firefox, but shows error in IE. document.getElementById('zip_container').style.borderLeft = '1px
The following works in current Firefox (PDF loads), but not in current IE (page
The following html code works in Firefox, but for some reason fails in IE
The following CSS works well under firefox but doesn't work under IE browser, Why?
I have the following code that works on Firefox and Chrome $("#adicionarItem").click(function(){ $.ajax({ type:
The following Html works great for me in FireFox or IE7/8 (with or without
I have the following script that works well in Firefox and Chrome (not sure
The following dropdown menu works fine in modern browsers (IE7/firefox) but not in IE6.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.