<div style="position:absolute;left:10px;top:10px;border:0px solid red;">
<!-- pleace your content here -->
</div>
</div>
Obviously, you'd place this code block relative to any page element you'd like to layer something over or whatever. Works flawlessly each time, in all browsers. Change the bolded values to move your content. You can also set the alignment attribute to right instead of left. And, you can add the z-index attrib to the inner div to raise that content up above all else. If you're so inclined. My pleasure to kill another thread.
Enjoy