I have just encountered the strangest problem I\'ve ever come across in my humble web developing freelance career. I\'m building a web application for a job application site
I've found the solution! The problem is caused by an earlier container div which has the CSS display:none
. Although I change that with jQuery's .show()
before the problem occurs and it's contents are visible, removing display:none
in my CSS makes it work! Thanks for all the great help and suggestions!