I created this countdown (code here), and for some reason the numbers seem to be going downwards in Safari, instead of left to right.
The spans are not too wide or anything, (width: 150px;) so i dont know why this is happening.
Does anyone know what is causing this or how to fix it?
I’ve tested it in Chrome and Firefox, and it works fine, but i dont know about IE.
Just remove
display: table;from.numsanddisplay: table-cell;from.nums spanDemo
CSS