On Fri, Jun 22, 2012 at 1:30 PM, Kyle Sessions <[email protected]> wrote: > On Thu, Jun 21, 2012 at 10:47 AM, mem <[email protected]> wrote: > >> I'm taking the body element as the "viewport area" and the wrapper as the >> "content container area" > > > That's how I usually interpret it. I might want my content to have an > explicit width, but I'd like an unlimited-width repeating background image. > So <body> gets the background image and div#wrapper gets the width and > margins. >
You could use the <body> tag as your explicit width wrapper, and put the repeating background on your <html> tag as well! I always forget this. Tim -- [email protected] ______________________________________________________________________ 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/
