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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:54:55+00:00 2026-06-13T13:54:55+00:00

I have a site that I am developing, that uses a grid system In

  • 0

I have a site that I am developing, that uses a grid system In IE7, when the window is resized, one column “pops” down below the other. This is not a massive issue, but as there is no margin at the top/left, the layout is fairly unreadable.

So how can I apply a class to a

<div>

only when the window (viewport?) is resized to below a certain width?

eg

width > 500px = class="smallerwindow"

I then can style that class appropriately.

I have jQuery, modernizr etc.

Thanks,

Harley

  • 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-13T13:54:56+00:00Added an answer on June 13, 2026 at 1:54 pm

    As per my comment above, you can use respond.js to enable media query support for IE6-8.

    Conditionally include the respond.js script:

    <!--[if lte IE 8]>
    <script type="text/javascript" src="~/Scripts/respond.min.js"></script>
    <![endif]-->
    

    NOTE: Recommended to include respond.js in head as will impact dom rendering

    Then define your CSS as follows:

    .myWindow { width: 500px; }
    
    @media (min-width:1200px) {
        .myWindow { width: 400px; }
    }
    
    @media  (min-width: 768px) and (max-width:979px) {
        .myWindow { width: 300px; }
    }
    

    Just some sample viewport sizes and widths; tweak accordingly.

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

Sidebar

Related Questions

I'm developing a site that uses JavaScript, HTML5 and CSS3 heavily. I have no
I've been developing a Django site that uses django-social-auth ( this one ) for
I have a site that uses a large centered background image, which naturally loads
I developing a network that uses membership. I have a couple of stories that
I have a responsive site that I'm developing where I'm using a image slider
i am developing a site that needs to have American and UK versions with
I'm about to start developing a site that will have a regular and mobile
On the site I am developing, I have a file input that users can
I've been developing a web-site that uses Django and MySQL; what I want to
I have a Ruby on Rails site that uses thinking sphinx for searching a

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.