Hello all.
Is there a way to "fix" a table on a site as you can with a background.
For a background I use:
<style type="text/css">
body {
background-image: url(unameit.jpg);
background-attachment: fixed;
} </style>
What about fixing a table? Like a menu?