In short, I'm trying to make a weather scroller that will display the weather horizontally for about 50 cities. The issue I'm having is that both IE and FF are making 2-3 lines worth of cities while Chrome keeps it in a nice horizontal line. So Chrome has 1 line scrolling with the weather and IE+FF have 2-3. I've pasted my current code at pastebin to not overflow the page.
Does anyone have any idea?
Thank you.
Edit: Ignore the last Javascript line that reads 'widnow.onresize'.