|
|
 |
RE: FN-FORUM: [CSS] Freezing thead
date posted 20th August 2003 19:10
thanks George, tried that, doesn't seem to have any effect on the thead
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On
> Behalf Of George Hazlewood
> Sent: 20 August 2003 16:49
> Subject: Re: FN-FORUM: [CSS] Freezing thead
>
> You can fix the position of elements using CSS.
>
> position: fixed;
> top: 0px;
> left: 0px;
>
> Then you could set the z-order property to make it the top
> most element.
>
> Cheers
>
> George
>
> Anthony Johnston.Antix Software Limited wrote:
> > Does any one know if there is a way to freeze the thead
> > element of a table, so that it is always visible even if
> > the user scrolls off screen.
> >
> > Overflow on the tbody doesn't seem to work. (booo)
> >
> > This is for IE6 only (controlled enviroment).
> >
|
 |
|