P
Peter Crom
Hi everyone,
I am looking for a solution for the following:
I have a frame full of lots o'text with a title on top.
as the reader scrolls through the text, I would like to have the title to
rest in peace at the top of my page.
I have an intuition that something must be related with:
<STYLE TYPE="text/css" MEDIA="screen, print">
..keeping {
color: black;
align: center;
pos: absolute;
z-index: 10;
top: 40px';
}
</STYLE>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
function set_it_right (me)
{
???
}
</SCRIPT>
<body onscroll="set_it_right(self)">
<div id=title class="keeping">THIS TEXT</div>
lots of text
</body>
But here my knowledge gets confused...
I do know a considerable lot of css and javascript, but some info seems hard
to get...
Please help me.
I am looking for a solution for the following:
I have a frame full of lots o'text with a title on top.
as the reader scrolls through the text, I would like to have the title to
rest in peace at the top of my page.
I have an intuition that something must be related with:
<STYLE TYPE="text/css" MEDIA="screen, print">
..keeping {
color: black;
align: center;
pos: absolute;
z-index: 10;
top: 40px';
}
</STYLE>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
function set_it_right (me)
{
???
}
</SCRIPT>
<body onscroll="set_it_right(self)">
<div id=title class="keeping">THIS TEXT</div>
lots of text
</body>
But here my knowledge gets confused...
I do know a considerable lot of css and javascript, but some info seems hard
to get...
Please help me.