Forum Moderators: mack

Message Too Old, No Replies

table attachment: fixed?

is there a way to "fix" a table

         

pfrpwr

6:47 pm on Nov 12, 2003 (gmt 0)

10+ Year Member



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?

photon

9:58 pm on Nov 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Works exactly the same way--except for in IE. IE only recognizes fixed positioning for backgrounds. There are work-arounds, but it can get pretty nasty. You can Google "internet explorer position fixed" for the gamut.