Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Cascading Style Sheets _ making a table fixed like a background

Posted by: ligerz785 Feb 14 2008, 01:12 AM

i was just wondering if there is any way to make a single table on a page stay in one position on the page without making every other table stay fixed as well

Posted by: Darin McGrew Feb 14 2008, 02:17 AM

Give the table a class or id attribute and use a selector for the attribute value.

Posted by: pandy Feb 14 2008, 09:34 AM

Maybe combined with a little CSS like 'position: fixed'? smile.gif
http://www.w3.org/TR/CSS2/visuren.html#propdef-position

Ways around IE's poor support of the above.
http://css-discuss.incutio.com/?page=EmulatingFixedPositioning


Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)