Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Joey
"be nice to Opera 5". */ body>#Menu {width:150px;} - Original Message - From: "Trusz, Andrew" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 8:17 AM Subject: RE: [WSG] 2 Column Symetrical Stretching Layout? : : : -Original Messag

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Fred Butts
t;\"}\""; voice-family:inherit; width:150px; } /* Again, "be nice to Opera 5". */ body>#Menu {width:150px;} - Original Message - From: "Trusz, Andrew" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 8:17 AM Subject: RE: [WSG] 2 Colum

RE: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Trusz, Andrew
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joey Sent: Saturday, February 05, 2005 8:11 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] 2 Column Symetrical Stretching Layout? Hi Drew, I removed the 45% margin from #right but this still never

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Michele Foster \(WizarDev\)
- Original Message - From: Joey Hi everyone, I wondered if anyone knew of some code for a simple 2 column layout, imagine: 50% Left Column 50% Right Column Try these .. I've had good luck with them. http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html HTH, Mich *

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-05 Thread IChao
you might try http://www.satzansatz.de/cssd/columnswapping.html Ingo Chao ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-05 Thread Gunlaug Sørtun
Joey wrote: Is it really that difficult to create a simple 2 column layout in CSS? Im beggining to doubt CSS if this is the case. All i need is a 2 column layout with each column being 50% and when u stretch the browser each column increases (but both stay at 50%) Here is a table version of wha

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-05 Thread Joey
Hi David, I tried that solution, but it also never worked, i uploaded it here: http://www.burninthespotlight.com/cssprob/ll/css_50_50.htm Is it really that difficult to create a simple 2 column layout in CSS? Im beggining to doubt CSS if this is the case. All i need is a 2 column layout with each

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-05 Thread David Laakso
On Sat, 05 Feb 2005 13:11:26 +, Joey <[EMAIL PROTECTED]> wrote: Hi Drew, I removed the 45% margin from #right but this still never worked: This is what i did: * Before:* #right{width:45%; background-color:#00FF00; padding:0; margin:0 0 0 45%;} *After:* #right{width:45%; background-color:#0

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-05 Thread Joey
: *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Joey *Sent:* Friday, February 04, 2005 12:53 PM *To:* wsg@webstandardsgroup.org *Subject:* Re: [WSG] 2 Column Symetrical Stretching Layout? Hi Tom, Thanks for that solution, but

RE: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-04 Thread Trusz, Andrew
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JoeySent: Friday, February 04, 2005 12:53 PMTo: wsg@webstandardsgroup.orgSubject: Re: [WSG] 2 Column Symetrical Stretching Layout? Hi Tom,Thanks for that solution, but unfortunately it doesnt work

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-04 Thread Joey
Hi Tom, Thanks for that solution, but unfortunately it doesnt work, because i get a horizontal scrollbar at the bottom of the page, in both Firefox and IE. Does anyone else have any solutions for this? Thanks Josef Tom Livingston wrote: This worked for me: "http://www.w3.org/TR/html4

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-04 Thread Tom Livingston
This worked for me: "http://www.w3.org/TR/html4/loose.dtd";> Untitled Document
#main{width:100%; padding:0 50px 0 50px; margin:0;}
#left{width:45%; background-color:#FF; padding:0; margin:0; float:left;}
#right{width:45%; background-color:#00FF00; padding:0; margin:0 0 0 45%;

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-04 Thread Tom Livingston
Maybe: #main {    width:100%;     padding:0 50px 0 50px; } hmm. Then left and right won't really be 50% each. More like 50% minus 100px. Maybe play with %s on those 2. Seems like it won't be pixel-perfect. Seems like you would need wiggle room. HTH... a little maybe?? :-P On Feb 4, 2005,