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

  • Home
  • SEARCH
  • 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 769733
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:23:02+00:00 2026-05-14T18:23:02+00:00

for big website’s CSS what we should use IE condition sheets ( IE6, IE7,

  • 0

for big website’s CSS what we should use IE condition sheets ( IE6, IE7, IE8 if needed) or CSS hacks in multiple people environment?

and CSS will be handled by multiple people.

I’m thinking to use hacks with proper comments because there are chanceh to forgot for other to make any changes in both css.

For example : #ab { width:200px} in main css and #ab { width:210px} in IE css.

Need your view on this. Thanks in advance.

  • 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-14T18:23:03+00:00Added an answer on May 14, 2026 at 6:23 pm

    Never use CSS hacks as they are not guaranteed to work when new browser versions come out.

    The best way is to use IE conditional comments to load IE specific stylesheets. This method keeps your CSS leaner too for all the other browsers.

    Regarding your width example above: you can probably get around this by using relative positioning to add padding instead of the padding rule.

    Here is a cross-browser example of 5px padding in a 210px wide div:

    HTML

    <div id="wrap">
       <div id="content">
          <!-- content -->
       </div>
    </div>
    

    CSS

    #wrap {
       width:210px;
    }
    #content {
       width:200px;
       position:relative;
       left:5px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is Big O notation? Do you use it? I missed this university class
Many big website (google.com, apple.com, microsoft.com) are never validated. When the big shots don't
We're running rather big website (~400K page views daily) and using Smarty as templates
I'm working on this big website and I want to put it online before
So, I have created a big website (a lot of text in different files
we have a big community website build in drupal, where the site has a
I'm a big fan of Yahoo's recommendations for speeding up websites. One of the
Big problem. I'm not sure what it was that I did, but it seems
I am reviewing a big java application to see if there are any performance
I have a big string (let's call it a CSV file, though it isn't

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.