Re: [css-d] floating right class not going all the way to the right

2010-06-24 Thread eric
Stuart King a écrit :
> 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!
> 
> thanks
> 
> --Stuart

Hi Suart,

If you make your div# "container" begin after your div# "header" and just 
before 
your div# "mainContent", it should work as expected.

Regards,

Éric Vesque



__
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/


Re: [css-d] floating right class not going all the way to the right

2010-06-24 Thread Climis, Tim


> -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/


[css-d] floating right class not going all the way to the right

2010-06-24 Thread Stuart King
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!

thanks

--Stuart
__
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/