Hi,
Try to use Google Chrome to verify your HTML first. If Chrome displays it fine and our converter doesn't render it right, try to trim down your HTML until you can create a minimum page to demonstrate the problem. Once you have that post the page and we will be happy to take a look.
We tried the following minimum HTML and it works fine:
Code: HTML/ASPX
<html>
<body>
<style>
div { position:absolute; overflow-x:hidden; }
</style>
<div>
abc
</div>
</body>
</html>
So it has to have to do with something else in your page.
Thanks