Posted by richard on 10/11/06 02:09
"Beauregard T. Shagnasty" <a.nony.mous@example.invalid> wrote in message
news:afYWg.49824$QZ1.241@bgtnsc04-news.ops.worldnet.att.net...
> richard wrote:
>
>> Need a way to do with this with absolutely no javascript in any way.
>
> There is no JavaScript at the link in the other thread.
The CSS code shows a line of javascript.
Brucie did one without the script.
thead td {
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: papayawhip;
color: steelblue;
border-top: solid slategray 2px;
border-bottom: solid 2px slategray;
position:relative;
top: expression(document.getElementById("data").scrollTop-2); /*IE5+ only*/
}
Looks like JS to me.
[Back to original message]
|