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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:47:48+00:00 2026-05-15T11:47:48+00:00

I have a page that fadeIn and fadeOut an inline element and jQuery doesn’t

  • 0

I have a page that fadeIn and fadeOut an inline element and jQuery doesn’t work. And then when I change the Developer Tools to use Browser Mode of IE 7, then the fadeIn() and fadeOut() effect is showing.

  • 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-15T11:47:48+00:00Added an answer on May 15, 2026 at 11:47 am

    IE has an implementation detail known as “hasLayout” that, sadly, often leaks past the API abstraction and must be dealt with head-on… This is the battle you face today: inline elements generally won’t have “layout” and thus won’t work with “filters”… which are what jQuery uses to simulate opacity on IE.

    This isn’t new in IE8, and normally you wouldn’t have to worry about it at all since it’s exactly this sort of browser-specific madness that jQuery is intended to paper over… Indeed, that’s why I’m not bothering to go into detail on what “hasLayout” and “filters” actually mean – you probably don’t care, and shouldn’t have to (but, if you’re interested, google it…)

    Problem is, the hack that jQuery uses under the hood to force layout (so filters work (so it can simulate opacity (since IE doesn’t implement it)))… it doesn’t work on IE8. Ain’t that just great, eh? They fixed the bug whereby display: inline elements behaved as display: inline-block elements, but neglected to implement the feature that folks were using their bug to hack in support for…

    Well, nothin’ you can do about that. Writing a nasty email to Team IE might make you feel a bit better, but they’re hard at work on IE9, which should (knock on wood…) fix most of these problems. In the meantime, you’ll just have to do manually what IE used to do (kinda, sorta, and most certainly incorrectly) all by itself: force the inline element into inline-block mode:

    $("myInlineElement").css({display: 'inline-block'}).faceOut();
    

    …or better yet, put it in an IE8-only stylesheet…

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

Sidebar

Related Questions

I have a page that has fields dynamically loaded via JQuery. It allows a
I am trying to create a jQuery fadeIn fadeout effect for my page content
I have a simple animation based on jQuery fadeIn and fadeOut - it just
I have two navigation arrows (transparent pngs) that fade in/out (using jQuery fadeIn() and
I have Jquery+Ajax page that connects to server gets some data, and displays it.
i have a problem with jQuery fadeIn(or fadeOut) method. i build an article rotator
I have the following jquery that is triggered when a part of my page
I have flash embeded on my page but then i am using jquery to
I have a page that takes a few minutes to run. When I set
I have a page that, depending on input from a previous page, lists 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.