<style style="text/css">
#staticcontent{
position:fixed;
left: 10px;
top: 5px;
}
</style>

<div id="staticcontent" style="width: 135px">
This content stays perfectly static on the screen, but only in Firefox.
As of IE6, IE doesn't support it.
</div>
