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 4009586
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:53:45+00:00 2026-05-20T08:53:45+00:00

I have a relative big problem on my hands. I have a client, who

  • 0

I have a relative big problem on my hands. I have a client, who is using IE7 and the business card websolution we’ve created has a problem loading tabs with ajax content in their browser.

We are using the Simple Tabs from http://www.sohtanaka.com/web-design/simple-tabs-w-css-jquery/

We have a preview of the business card which is loaded when selected from a dropdown. Then the front and backside of the business card is loaded in 2 seperate tabs called front and back.

When viewed in FF, Chrome, IE8+ there is no problem with loading the different business cards, but in IE7 (Possibly older versions as well, but we’ve already quit supporting those), only the front (which is the default tab) is loaded. As soon as you select the “Back” the preview is not loaded (ajax) – going back to the “Front” tabs when in the “Back” tab will also make the “Front” tab empty.

This is the code we are using

<script type="text/javascript">
function tabs() {

//When page loads...
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first-child").addClass("active").show(); //Activate first tab
$(".tab_content:first-child").show(); //Show first tab content

//On Click Event
$("ul.tabs li").click(function() {

    $("ul.tabs li").removeClass("active"); //Remove any "active" class
    $(this).addClass("active"); //Add "active" class to selected tab
    $(".tab_content").hide(); //Hide all tab content

    var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content

    $(activeTab).fadeIn(); //Fade in the active ID content
    return false;
});

 };
 </script>

I’ve created a demo user for you to try it out – The site is in Danish, but i’ve provided a brief translation

http://ftp.inprint.dk/web2inprint/

Username (Brugernavn): test

Password: test

This will take you to the configuration screen.

Here you can select a template in the first drop down called “Skabelon”. In the preview to the right you have

Forside – Front

Bagside – Back

Hope this helps.

Thanks in advance for anyone who can shed some light on this issue!

  • 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-20T08:53:46+00:00Added an answer on May 20, 2026 at 8:53 am

    I have faced many such issues with IE. Basically when your tabs load and the “Back” tab is hidden then any other controls within that Tab are rendered as either Width 0 and Height 0 or are marked as visible false on the client side.

    You might want to try and see if the actual content is there on the Back Tab or not and if it is whether its dimensions are 0. If that is the case it is a simple matter of resizing to right dimensions

    Edit: To handle IE obscurity, you might want to try this

    $("ul.tabs li").click(function() {
    
        $("ul.tabs li").removeClass("active"); //Remove any "active" class
        $(this).addClass("active"); //Add "active" class to selected tab
        $(".tab_content").hide(); //Hide all tab content
    
        var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
    
        $(activeTab).fadeIn(); //Fade in the active ID content
        // IE Hack starts
         if($.browser.msie && $.browser.version.indexOf("7.")>-1){
           $(".active").show(); //or adjust the selector to show the right tab please.
         }
        // IE Hack ends
        return false;
    });
    
     };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table row setup using relative layout. It has 2 TextView both
I have a problem about div position relative alignment. I want the second div
I have some quirky problems with IE7+ (yes big surprise) when trying to find
The problem is easy to explain: we have two big arrays (32 bit integer
I have a problem with displaying certain images in my application using C#. I
I have a big problem with absolute positioned elements inside my main TD. Well,
I have a big .net mvc 2 project where we are using MvcContrib Portable
I have a relative path (e.g. foo/bar/baz/quux.xml) and I want to pop a directory
I have a relative path $base_path = input/myMock.TGZ; myMock.TGZ is the file name located
I have a relative layout defined in a xml file(say realtive.xml). In another layout

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.