I\'m looking for a trick to create a \"fixed\" HTML object on the browser screen using CSS. I want it to stay in the same position all the time, even when the user scrolls t
You may be looking for position: fixed.
Works everywhere except IE6 and many mobile devices.