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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T22:51:24+00:00 2026-06-16T22:51:24+00:00

JSFiddle link: http://jsfiddle.net/2JUEJ What happens when I open the page in IE8 is that,

  • 0

JSFiddle link: http://jsfiddle.net/2JUEJ

What happens when I open the page in IE8 is that, whenever the mouse enters a container DIV (class=tableRow), the hover event of its first child DIV (class=tile/wideTile/longTile) fires. Works fine in Fx. I have tried using event.preventDefault(); in the parent’s hover event, but that doesn’t fix it. Any clues?

  • 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-16T22:51:25+00:00Added an answer on June 16, 2026 at 10:51 pm

    The combination of float:left and display:table-cell on the .tile class is incompatible. Setting float automatically sets the display to block. Take a look at the computed style in Chrome or Firebug/Firefox.

    It might even be the case that floating the table-cell is actually causing the browser to generate anonymous table objects which is causing the rendering error in IE8. I guess Chrome/Firefox are interpreting the incompatibility differently.

    Removing display:table-row causes IE to render the cells slightly better in that the first cell’s hover event is no longer triggered when hovering over other row children. However this breaks the intended layout, therefore I recommend using a new approach.

    First remove all the display:table-* rules since everything is floated (which as I already said sets display:block) and since everything is floated, each table will need a width, otherwise all the elements will sit horizontal to each other. For example I tried 420px on the .table class.

    See demo.

    Note: Personally I would go one better and remove the floats completely and just use a combination of display:inline-block;vertical-align:top and possibly some positioning, since floating generally requires extra rules and/or markup to clear (and I’ve never liked CSS float!)

    Other questions that you might helpful explaining parts of this answer:

    • IE7: How to make TD float?
    • float:left; vs display:inline; vs display:inline-block; vs display:table-cell;
    • Floating table cells in IE7
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please check the link http://jsfiddle.net/KvscH/6/ . You can check through the inspect element that
Please check this link http://jsfiddle.net/sasindu555/xaYTt/ I want to stop floating special_features div after scrolling
jsfiddle link: http://jsfiddle.net/djDWF/84/ The problem is, the inner container (text-padding) margin/width for the text/images
JSFiddle link: http://jsfiddle.net/dqkZN/32/ Here is the relevant code: <div class=categories> <h3> <img src=http://i.imgur.com/t5UXT.gif />
Code is as shown below. Jsfiddle link: http://jsfiddle.net/tLXSt/ . <div id=navbar> <ul> <li><a href=index.html>Home</a></li>
JS Fiddle Link http://jsfiddle.net/Xfvpu/1/ Okay so I have a document with xhtml doctype and
http://jsfiddle.net/SXrAb/ Following the jsfiddle link there is a simplified sample of what I need.
http://jsfiddle.net/FS4zT/ If you visit the above link you see what am describing below. Summary:
Here is the link to the jsfiddle: http://jsfiddle.net/d3xMZ/ when I hover, it does exactly
Here is the link for my html http://jsfiddle.net/9rprY/18/ In this I need the middle

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.