> -----Original Message-----
> From: css-d-boun...@lists.css-discuss.org [mailto:css-d-
> boun...@lists.css-discuss.org] On Behalf Of Stuart King
> Sent: Thursday, June 24, 2010 8:51 AM
> To: css discuss
> Subject: [css-d] floating right class not going all the way to the right
> 
> Hi CSS-Der's:
> 
> 
> URL:
> http://www.clarksburgwineco.com/pages/contact.html
> 
> floating right class not going all the way to the right (.mc_66r). I am
> trying to get it to line up with the right edge of the page, justified with
> the footer.
> 
> help!
> 

The #mainContent  div is floated left.  That makes it shrink wrap its contents, 
shrinking the width to 850px, instead of your specified 960px.  The solution is 
to specify a width: 100%; on mainContent, and everything should behave itself.

---Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to