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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T17:46:24+00:00 2026-06-14T17:46:24+00:00

Developping for all browsers, then fighting for IE compatibility is a well know step

  • 0

Developping for all browsers, then fighting for IE compatibility is a well know step in all web developement process.

Not being a web integrator, do you know any generic compatibility stylesheet that are good to include for IE ( In my case I’m only concerned about IE7, but I’ll let the question open for all version )

  • 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-06-14T17:46:27+00:00Added an answer on June 14, 2026 at 5:46 pm

    normalize.css is a good reset that addresses a lot of cross-browser issues.
    https://necolas.github.io/normalize.css/

    Twitter Bootstrap is good if you want pre-made components. It is IE compatible.
    If you decide to use Bootstrap, its reset is actually adapted from normalize.css (so you won’t need both)

    HTML5 Boilerplate may also help with some best-practice markup if you’re getting started from scratch:
    https://github.com/h5bp/html5-boilerplate

    In particular, I’d recommend using the HTML5BP conditional comments to target specific IE versions, like this:

    <!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
    <!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
    <!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    

    That means in your CSS you can address IE version specific issues with classes:

    .lt-ie8 .awesome-component { ... }
    

    Finally, I would recommend AGAINST using javascript polyfills like CSS3PIE. In my experience they just cause more hassle than they’re worth, adding unnecessary markup.

    Learn a bit about graceful degradation / progressive enhancement.

    Another answer mentioned IE7.js which I believe is fine, though I can’t remember how useful it is. You’ll definitely need to shim missing JS functions (if you’re using js) such as Array.indexOf in IE <= 8. I just found this ECMAScript5 shim which looks pretty good:
    https://github.com/kriskowal/es5-shim

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

Sidebar

Related Questions

We all know the difference rendering on different browsers and various support for styles
I'm developping an application using ActionBarSherlock component. My goal is to target all devices
Hy all, I'm developing a web application and I'm trying to use a checkboxlist.
i am currently developing a crawler that crawls all links on the web and
What is the simplest/most-streamlined setup for testing apps in all of todays browsers? Safari
I have a web application project being developed in VS2010 targetting Framework 4.0. I
I've written a web application for internal use at work (not for the wider
I'm developing an AJAX site. So the problem is browsers (Safari, Chrome) do not
I'm developing a webapp for a client that requires compatibility across most modern browsers
Hi all I am developing an app.I want to show a table view with

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.