|
|
 |
Re: FN-FORUM: [CSS] Freezing thead
date posted 20th August 2003 16:16
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).
>
--
Layer1
http://www.layer1.co.uk
t: +44 (20) 8567 5923 m: +44 (7801) 945164
|
 |
|