-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tri-State AdVantage Sent: Wednesday, July 01, 2009 1:53 PM To: [email protected] Subject: [css-d] fixing positions
Is there a way to fix the position of an object to the right hand side of the page so it doesn't scroll with the page but still adjusts with the size of a screen? Right now I have it as a floating box on the right hand side with it scrolls up when you scroll down the page and I would like to make it fixed. ---------- position: fixed right: 0 (or some number, with a unit if you don't want it right up against the right side) Top (or bottom): Npx (or em, or whatever unit you want) ______________________________________________________________________ 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/
