Note that there are some explanatory texts on larger screens.

plurals
  1. USF30
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYou're right, but the point here isn't that `overflow: auto` isn't specified – it's the Block formatting context of the `div`: The same problem is present as well with `overflow: hidden`. You can find some descriptions of similar issues online, [this one](http://marquex.es/438/overflow-hidden-chrome-against-the-rest-of-browsers) having exactly the same situation. There doesn't seem to be a common fix; [this Webkit bug](https://bugs.webkit.org/show_bug.cgi?id=19123) might be related but deals with another problem in particular. Anyway, thanks for clarifying a bit more!
      singulars
    2. COThis thing is resolved for me now, but since I still don't understand the effect, feel free to discuss a bit on! 1. I unfortunately can't share a link right now, but from what I've tested the bug should be visible as well if you just create a mininmal HTML document with the free elements and my CSS source and look at it using Webkit Inspector. 2. IE9 could indeed, for earlier version I use a simple JS fix. 3. I'm referring to Firefox>=4 here, but the correct display should be the case for prior versions as well.
      singulars
    3. COOK well, take a look at this then: http://jsfiddle.net/7BzK3/2/ I expect the blue box to touch the yellow one. That's also what happens in FF, Opera and even IE9 (I'm not saying that IE always does things right but that's a fact). In Webkit browsers however, there is a 200px gap because the margin of the blue box is only caldulated from the left border of the green one.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload