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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:32:24+00:00 2026-06-11T00:32:24+00:00

Possible Duplicate: Issue on IE7 when page is scrolling.Text is not proper When i

  • 0

Possible Duplicate:
Issue on IE7 when page is scrolling.Text is not proper

When i am scrolling the page the search button is not proper.I have used bootstrap here.

if i am reducing the font size and making the font-weight:normal its fine else i am doing the same in twitter bootstrap document same problem is coming.

enter image description here

HERE IS THE test server url

http://www.onetravel.com/travel/test/ot-bootstrap/index.html

please comment if not able to reproduce in ie7 🙂 thanx 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-06-11T00:32:26+00:00Added an answer on June 11, 2026 at 12:32 am

    I was unable to reproduce in IE7(IE9 with Browser and Document Mode set to 7).

    Please include more info or a reproducible example and I’d be happy to help.

    EDIT:

    It seems that when then mouse enters the page after scrolling, it redraws the button. Based on my browsing experience, it is hard to notice. I suggest to force it to redraw the button when it becomes visible.

    This small jQuery method will handle that, although further optimizations can be made. Please test it and leave a comment if it needs adjustments.

    $('#my-button').RedrawWhenVisible();
    
    $.fn.RedrawWhenVisible = function()
    {
    
        $(window).scroll(function() {
            var docViewTop = $(window).scrollTop();
            var docViewBottom = docViewTop + $(window).height();
    
            var elemTop = this.offset().top;
            var elemBottom = elemTop + this.height();
    
            // If element is partially visible...
            if((elemBottom <= docViewBottom && elemBottom >= docViewTop) || (elemTop >= docViewTop && elemTop <= docViewBottom)) {
                //Redraw it, just once.
                if(this.attr('data-redraw')) {                
                    this.hide().show();
                    // Prevent further draws.
                    this.removeAttr('data-redraw');
                }
            } else {
                // The element is not visible...
                if(!this.attr('data-redraw')) {
                    // Flag it to redaw on scroll.
                    this.attr('data-redraw','redraw');
                }
            }
        }
    }
    

    EDIT 2:

    Since the other button is fine, I bet it’s a very specific CSS issue. Double check all of the attributes for those CSS classes, the grey button is fine so check how that button differs from the Orange/Yellow one.

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

Sidebar

Related Questions

Possible Duplicate: Listview inside ScrollView is not scrolling on Android I have a ListView
Possible Duplicate: Browser Independence issue Code Working for IE but not for Firefox and
Possible Duplicate: NSNumber retain count issue Hello, I have the following code: NSNumber *number
Possible Duplicate: Css z-index problem I have an issue where one image is infront
Possible Duplicate: regex for URL including query string I have a text or message.
Possible Duplicate: How do I get this CSS text-decoration issue to work? I'm using
Possible Duplicate: Paypal Checkout Express empty cart problem i have an issue with paypal
Possible Duplicate: Why does InputStream#read() return an int and not a byte? Issue regarding
Possible Duplicate: custom UITextField with image as a background blinking cursor issue I have
Possible Duplicate: table cell width issue I have a table set up as <html>

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.