Overflow: overlay doesn't work in firefox
问题 On my website I need to use the css property overflow: overlay for a <div> . However, it is not rendering in the browser and an inspection of the css in firebug shows that it isn't even there, but it is as it works in Chrome. I havn't tested out safari. What must I change to get the overflow: overlay css property working? Thanks 回答1: Possible values for overflow are: visible hidden auto scroll See here or here for a discussion of these. Using any other value in different browsers will yield