Hola
Creo que no lo has entendido.
Prueba y estudia esto
Código HTML:
Ver original<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
/*Cualquie navegador */
div#fixme {
position: fixed;
top: 10px;
left: 73%;
z-index: 2;
}
/* IE */
@media screen {
* html,
* html body {
overflow-y: hidden!important;
height: 100%;
margin: 0;
padding: 0;
}
* html #iefix {
height: 100%;
overflow-y: scroll;
position: relative;
}
*html div#fixme{position: absolute;}
}
<table border="1" height="800px" width="1000px">
Está fijado
No está fijado
Suerte