Re: [WSG] Logic?

2005-08-14 Thread Mordechai Peller

Prabhath Sirisena wrote:


Makes a lot of sense. Floated elements don't take up any space in the
container (i.e. the container will not contain them).
 

That's not 100% true. If, for example, the container is also floated, it 
will expand to contain the float.

**
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] Logic?

2005-08-08 Thread Prabhath Sirisena
 The border cuts off at bottom of menu, not bottom of content. 
 That don't make sense. 

Makes a lot of sense. Floated elements don't take up any space in the
container (i.e. the container will not contain them).

There are several ways to get it working, but this is probably one of the best:

http://www.positioniseverything.net/easyclearing.html

Prabhath
http://nidahas.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
**



Re: [WSG] Logic?

2005-08-08 Thread standards
Please forgive me if I've missed something, but I must respectfully disagree.

I've created a number of fixed-width layouts centered within the viewport at 
760px, and floated
one-column left and the other column right inside a container div without issue.

Again, if I've misunderstood the issue and answer my apologies.

Kind regards,
Mario


 The border cuts off at bottom of menu, not bottom of content.
 That don't make sense.

 Makes a lot of sense. Floated elements don't take up any space in the 
 container (i.e. the
 container will not contain them).

 There are several ways to get it working, but this is probably one of the 
 best:

 http://www.positioniseverything.net/easyclearing.html

 Prabhath
 http://nidahas.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
 **



**
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] Logic?

2005-08-08 Thread Bruce
Thanks Prabhath;

All I know is that what Prabhath said worked perfectly for me for this.
I almost never make fixed width layouts, just a personal preference is all.

Bruce Prochnau
BKDesign Solutions

From: [EMAIL PROTECTED]
To: wsg@webstandardsgroup.org
Cc: [EMAIL PROTECTED]
Sent: Monday, August 08, 2005 2:17 AM
Subject: Re: [WSG] Logic?


 Please forgive me if I've missed something, but I must respectfully
disagree.

 I've created a number of fixed-width layouts centered within the viewport
at 760px, and floated
 one-column left and the other column right inside a container div without
issue.

 Again, if I've misunderstood the issue and answer my apologies.

 Kind regards,
 Mario


  The border cuts off at bottom of menu, not bottom of content.
  That don't make sense.
 
  Makes a lot of sense. Floated elements don't take up any space in the
container (i.e. the
  container will not contain them).
 
  There are several ways to get it working, but this is probably one of
the best:
 
  http://www.positioniseverything.net/easyclearing.html
 
  Prabhath
  http://nidahas.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
  **



 **
 The discussion list for  http://webstandardsgroup.org/

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



**
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] Logic?

2005-08-08 Thread Prabhath Sirisena
 Please forgive me if I've missed something, but I must respectfully disagree.
 
 I've created a number of fixed-width layouts centered within the viewport at 
 760px, and floated
 one-column left and the other column right inside a container div without 
 issue.
 

Yes, I've done it without problems too. But the situation discussed
here is different because the container has a border, which should be
as tall as the tallest of the content elements inside it. If this
tallest element happens to be floated, and that float is *not* cleared
*inside* the container, the container will not stretch down to wrap
it.

If it were not for that border, we could've gone ahead and used a
non-wrapping container, and used clear: both for any footer content.

cheers,
Prabhath
http://nidahas.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
**



Re: [WSG] Logic?

2005-08-08 Thread standards
Prabhath,

I understand, and I knew there had to be more to it.

Respectfully,
Mario

 Please forgive me if I've missed something, but I must respectfully disagree.

 I've created a number of fixed-width layouts centered within the viewport at 
 760px, and
 floated one-column left and the other column right inside a container div 
 without issue.


 Yes, I've done it without problems too. But the situation discussed here is 
 different because
 the container has a border, which should be as tall as the tallest of the 
 content elements
 inside it. If this tallest element happens to be floated, and that float is 
 *not* cleared
 *inside* the container, the container will not stretch down to wrap it.

 If it were not for that border, we could've gone ahead and used a
 non-wrapping container, and used clear: both for any footer content.

 cheers,
 Prabhath
 http://nidahas.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
 **



**
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] Logic?

2005-08-08 Thread Vinod Sharma
Dear Prabhat

Please don't send this type of message. Hope by mistake this type of message are coming in my id.. I am not related to this message. Please do the needful.

Regd
VINOD[EMAIL PROTECTED] wrote:
Prabhath,I understand, and I knew there had to be more to it.Respectfully,Mario Please forgive me if I've missed something, but I must respectfully disagree. I've created a number of fixed-width layouts centered within the viewport at 760px, and floated one-column left and the other column right inside a container div without issue. Yes, I've done it without problems too. But the situation discussed here is different because the container has a border, which should be as tall as the tallest of the content elements "inside" it. If this tallest element happens to be floated, and that float is *not* cleared *inside* the container, the container will not "stretch" down to wrap it. If it were not for that border, we could've gone ahead and used
 a non-wrapping container, and used "clear: both" for any footer content. cheers, Prabhath http://nidahas.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 The discussion list for http://webstandardsgroup.org/See http://webstandardsgroup.org/mail/guidelines.cfmfor some hints on posting to the list  getting help**
		Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses.

Re: [WSG] Logic?

2005-08-08 Thread Rick Faaberg
On 8/8/05 2:05 AM Vinod Sharma [EMAIL PROTECTED] sent this out:

 Dear Prabhat
 
 Please don't send this type of message. Hope by mistake this type of message
 are coming in my id.. I am not related to this message. Please do the needful.
 
 Regd
 VINOD

It seems you need to login to the Web Standards Group server and
unsubscribe.

Go here http://webstandardsgroup.org/ and scroll down and do the Member
Login.

Then, click on Unsubscribe and you'll be on your way very soon.

Is that what you need?

Rick Faaberg

**
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] Logic? ADMIN

2005-08-08 Thread russ - maxdesign
ADMIN

OK, no need to answer this aspect of the thread any more. The user has been
sent to a happier place - the land of Unsubscribe.

Russ


 Please don't send this type of message. Hope by mistake this type of message
 are coming in my id.. I am not related to this message. Please do the
 needful.

 It seems you need to login to the Web Standards Group server and
 unsubscribe.

**
The discussion list for  http://webstandardsgroup.org/

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