Re: [WSG] Margins and floats

2005-11-29 Thread Bruce
Bert Doorn wrote: > G'day > > 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, i

Re: [WSG] Margins and floats

2005-11-29 Thread Bert Doorn
G'day 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? Why not use % all the way

Re: [WSG] Margins and floats

2005-11-29 Thread Marko Mihelcic - founder of mcville.net (http.//www.mcville.net)|(http://board.mcville.net)
yeah my point exactly 67 % m8! 2005/11/29, Christian Montoya <[EMAIL PROTECTED]>: > > > > 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

Re: [WSG] Margins and floats

2005-11-29 Thread Christian Montoya
> > 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

[WSG] Margins and floats

2005-11-28 Thread Bruce
Hi all, I have been trying to fix a simple 2 col layout for a client. Maybe I'm tired but couldn't get it to resize in both ie and firefox without float drop, menu is left side. Nothing worked including right margins. Ended up, because content comes first, making the margin for the right side men