Bobby Jack wrote: > --- On Thu, 7/16/09, David Dorward <[email protected]> wrote: > >> 2009/7/15 Ellen Heitman <[email protected]>: >>> I have a table centered at the top of the page that I >> want to remain visible >>> even when the page scrolls. However, I don't want to >> be able to see the text >>> scrolling behind it. How do I fix this? Which position >> property would I >>> use? >> position: fixed ... with a solid background colour. > > ... and an appropriate z-index :) > > - Bobby
None is required for position: fixed. You're positioning, not layering (altering the paint order). -- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
