>
> Ended up, because content comes first, making the margin for the right side
> menu 67% left.
> #content {float: left; width:65%;
>   margin-right: 15px;
>     }
>  #links {padding-right:10px; margin-left: 67%}
>
> This seemd odd to me but it works...any comments, is this ok?
>

this is because 65% width + 15px margin is greater than 65%. So the
margin-left on the #links has to be greater than 65% + 15px, and 67%
seems to be enough.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

  • ... Christian Montoya
    • ... Marko Mihelcic - founder of mcville.net (http.//www.mcville.net)|(http://board.mcville.net)
    • ... Bert Doorn

Reply via email to