Had a problem today with firefox not correctly calculating element dimensions. The problem was that I had my css defined after the script. As a result jQuery was calculating the height, before the CSS had been applied.
Changed the order and the problem was fixed
Post new comment