Hallo nochmal
vielleicht hab ich mich nicht richtig ausgedrückt.
Hier der ganze Code dafür:
<style type="text/css">
#Count {
width: 200px;
height: 100px;
padding: .5em;
border: 2px solid black;
color: black;
}
#Count {
background-color: #ffe;
position: absolute;
bottom: 0;
left: 0;
position: expression("absolute");
top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight ); }
#Count[id] {
position: fixed;
}
</style>
Danke im Voraus für die Hilfe
Gruß Peter