I'm trying to position several text elements using position:absolute
. However, it seems that both on Firefox and on Chrome, the bounding box of the text elements is of a different size in Windows and in Linux.
I've extracted a simple test case which is available here: http://share.shmichael.com/html/event.html
I've tried all kinds of alignment tricks, and specifying the height manually, but couldn't get it to work nicely. Any help would be appreciated.