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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T02:44:45+00:00 2026-05-30T02:44:45+00:00

I have a web application that has been running just fine in Internet Explorer

  • 0

I have a web application that has been running just fine in Internet Explorer 9, Firefox, and Chrome, but a couple strange features occur in Internet Explorer 7 and sometimes even 8. I’m not sure if this is just an IE problem, given that their known to have issues from time to time, or if this is a problem with my own code. First, I’m using jQuery UI Tabs, and in all browsers bug IE7, it looks similar to the following:

enter image description here

However, IE7 renders this:

enter image description here

In other words, it includes the entire bar as part of the tab. The code that is supposed to render this is as follows, so if you see any error or explanation, please let me know.

HTML

<div id="mainTabs" class="tabs">
    <ul>
        <li><a href="#viewTab">Time Modification</a></li>
        <li><a href="#projectTab">Project Report</a></li>
        <li><a href="#teamTab">Team Report</a></li>
        <li><a href="#cerfTab">CERF Report</a></li>
        <button id="switchUser">Switch User</button>
        <select id="themeSelect">...</select>
    </ul>
    <div id="viewTab"></div>
    <div id="projectTab"></div>
    <div id="teamTab"></div>
    <div id="cerfTab"></div>

JavaScript/jQuery

$(function() {
    $("mainTabs").tabs();
});

So I think it has something to do with placing the button and the select features within the <ul> tag, but this was the only way I could manage positioning them like I have them (inline with the tabs bar). If this is what’s causing IE7 this issues, is there anyway to get those two features positioned there a different way that it might like?

I’m also making use of the jQuery FullCalendar plugin, allowing the user to open a dialog box when the select on a time interval of a day. The FullCalendar plugin has a select option that asks for a function to perform on this sort of event, and so I then open my jQuery UI Dialog from here. Again, this works in IE9, Firefox, and Chrome, but it will not open the dialog in IE7 or IE8. Is this a browser problem, or my own coding problem?

HTML

<div id="calendar"></div>
<div id="addDialog" style="display:none;">
    <label for="list">Bug: </label>
    <select id="list">...</select>
    <p>
        <label for="start">Start:</label>
        <input id="start" class="dateTimePicker" type="text" value="" />
        <label for="end">End:</label>
        <input id="end" class="dateTimePicker" type="text" value="" />
    </p>
</div>

JavaScript/jQuery

$("#calendar").fullcalendar({
    ...
    select: function(start, end, allDay, jsEvent, view) {
        if(view.name != "month") {
            $("#addDialog").data("start", start);
            $("#addDialog").data("end", end);
            $("#addDialog").dialog("open");
        }
    }
    ...
});

EDIT: As a note on the second issue, I’ve noticed that the dialog will open when you select a time range. Though clicking in a time slot of the schedule view of the calendar technically still selects a time range, a single click does not open the dialog. Given this information, I think it might have something to do with the Fullcalendar plugin, but again… not positive.

  • 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-30T02:44:47+00:00Added an answer on May 30, 2026 at 2:44 am

    Placing the select and button elements inside the ul is not valid HTML and is certainly causing the issue. The only allowed direct child content for a ul element are zero or more li elements.

    You could place them in a div that is floated right or such.

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

Sidebar

Related Questions

I have a code base that has been used as an ASP.Net web application.
I have a web application of a conference that has been closed years ago.
I have this web application that has grown to an unmanageable mess. I want
I have a web application that has a page that loads the content from
I have a web application that has one set of files used by 50+
I have a web application on ASP.NET (C#) that has some precompiled components. I've
I have a web application from a company that has gone out of business.
I have a particular web application that like most others, has to account for
I have a java application that has Web Services published using Axis. With the
In a web application, I have a page that contains a DIV that has

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.