You can specify all CSS elements in centimeters or inches. This is especially useful if you use @media = print
So you might have something like:
<div id="booking_num" style="position: absolute; top: 6.25cm;left:2.32in;"> 1213123 </div>
This works very reliably in any modern browser.
Brian hoover
source share