Mike Breiding - Morgantown WV wrote: > > Hi David, > > The only thing I see that looks a bit odd is the background color > extends to the border. > > > Peace, > -Mike >
re: <http://epicroadtrips.us/dad/journals/travel/usa/central_states_north_trip_june_2-15_1977/index.php> I guess you mean the background-color of the bird container extends to the right rail, rather than stopping at the right-side drop line of the primary content? Replacing the current CSS with this should hold the background width to 75% (same width as the primary content): #anchor { width: 75%; margin: 20px 0 15px 0; } #stuff{overflow: hidden;background: #f9f9f9;} #one{float:right;width:100%;margin-left:-225px} #two {margin-left:225px; } #two blockquote p {color: #804000;font-size: 95%; margin: 5px 0 0 0;} #three{float:left;width:225px; } #three img {display: block; width: 225px; height: 454px; } .both {clear: both;} The current markup will need to change to this: <div id="anchor"> <div id="stuff"> <div id="one"> <div id="two"> <blockquote> <p>...</p> <p>...</p> <p>...</p> <p class="source"><strong>Source: </strong><a href="#">WikiPedia</a></p> </blockquote> </div> </div> <div id="three"> <img src="off_site/bobolink_cr-225.jpg" width="225" height="454" alt="" title="" /> </div> <div class="both"><!-- --></div> </div> </div> -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/ ______________________________________________________________________ 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/