In my example, I am wanting that to fit the browser window along the X and the Y that background image.
Christopher [EMAIL PROTECTED] wrote: > Send css-d mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.css-discuss.org/mailman/listinfo/css-d > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of css-d digest..." > > > Today's Topics: > > 1. Re: div background issue (Mark Wheeler) > 2. Re: div background issue (David Laakso) > 3. <div> ontop of a <div> ? (Christopher) > 4. Re: <div> ontop of a <div> ? (David Laakso) > 5. Re: <div> ontop of a <div> ? (Gunlaug S?rtun) > 6. Re: <div> ontop of a <div> ? (Christopher) > 7. Re: <div> ontop of a <div> ? (Christopher) > 8. Re: <div> ontop of a <div> ? (David Laakso) > 9. pull out menu being overwritten by menu underneath > (Carol Swinehart) > 10. Re: pull out menu being overwritten by menu underneath > (Bill Brown) > 11. Re: <div> ontop of a <div> ? (Christopher) > 12. Re: <div> ontop of a <div> ? (David Laakso) > 13. Re: pull out menu being overwritten by menu underneath > (Holly Bergevin) > 14. Re: <div> ontop of a <div> ? (Gunlaug S?rtun) > 15. <div> within a <div> Phase2 (Christopher) > 16. Re: <div> within a <div> Phase2 (Gunlaug S?rtun) > 17. Re: <div> ontop of a <div> ? (Christopher) > 18. IE6 css menu question (Shanna Korby) > 19. Re: IE6 css menu question (Gunlaug S?rtun) > 20. Anyone have a clue? IE body-padding bug? (Pete Holzmann) > 21. Re: JQuery and td w/ display:none alignments (E McMahon) > 22. Re: IE6 css menu question (Al Sparber) > 23. Re: <div> ontop of a <div> ? (Bobby Jack) > 24. Re: Anyone have a clue? IE body-padding bug? (Ingo Chao) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 14 Jun 2008 08:09:21 -0700 > From: Mark Wheeler <[EMAIL PROTECTED]> > Subject: Re: [css-d] div background issue > To: CSS Discuss <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; > format=flowed > > > On Jun 14, 2008, at 7:22 AM, Duane Nelson wrote: > > >> Good morning, all. >> >> I'm sure there is a simple fix to my issue, but I've done so many >> different approaches displays, floats, positions, and margins that I >> think I've utterly confused myself. >> >> Link: http://alansonnazarene.org/index1.html >> CSS: http://alansonnazarene.org/css/anaz.css >> >> Issue Goal: To have a "background-color: #e1dcc5" to fill entirely >> "#main" which includes "#content" and "#sidebar" >> >> Presently I'm floating #content to the right. This is where I >> surrendered to the list. BTW, I know that a fixed width would be a >> quick solution, but I need it to work with varying content. >> >> I'm open to a fix but the best solution would be my preference. >> >> Thanks for any help. >> >> Duane Nelson >> >> > > Hi Duane, > > It looks like you need a little float clearing to make that happen. > Check out this SitePoint article: > > http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ > > Notice the following links within the article: > > http://www.positioniseverything.net/easyclearing.html > > and > > http://www.sitepoint.com/examples/clearing_floats/example2.php > > The latter one I would try first. And I think that will solve your > problem. Just at the overflow: auto (or hidden works, too) and width: > 100% to your #main div. > > Mark > > > > ------------------------------ > > Message: 2 > Date: Sat, 14 Jun 2008 11:37:49 -0400 > From: David Laakso <[EMAIL PROTECTED]> > Subject: Re: [css-d] div background issue > To: Duane Nelson <[EMAIL PROTECTED]> > Cc: CSS Discuss <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Duane Nelson wrote: > >> I'm sure there is a simple fix to my issue, but I've done so many >> different approaches displays, floats, positions, and margins that I >> think I've utterly confused myself. >> >> Link: http://alansonnazarene.org/index1.html >> CSS: http://alansonnazarene.org/css/anaz.css >> >> >> Duane Nelson >> >> >> > > > > #main { overflow:hidden;/*add*/} > #nav {*height: 24px;delete*/ min-height: 24px; /*add*/} /* keep nav > from breaking w/font-scaling*/ > * html #nav {height: 24px;} /*hack for IE/6*/ > #content div {/*text-align: justify; delete to ditch the rivers*/} > > Not freezing the fonts for your primary market (Internet Explorer) is > always a nice touch... > > ______________________________________________________________________ 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/
