The following iScroll demo works in Safari and Chrome, but not in Firefox (I'm using 9.0.1)
http://cubiq.org/dropbox/iscroll4/examples/ipad/
I've tried everything I can think of to try and solve this problem and I've looked at other questions on this same issue, such as this question. Nothing has worked so far. DIV with "position:absolute;bottom:0" doesn't stick to the bottom of the container in Firefox
Here are a few observations I've made:
- Adding something like
bottom:-300px
tonav
andarticle
makes the background show. I can't fire out why. - Adding
height:100%
tonav
andarticle
makes the background show at the same height as the sibling header. - The problem is independent of iScroll. You can comment out iScroll instantiation from the javascript and the html/css alone don't work in Firefox, but work in Safari and Chrome.
Anyone have any ideas?
Here's a jsFiddle to save people the time: http://jsfiddle.net/aQf7Y/