[WSG] Out of Office AutoReply: digest for wsg@webstandardsgroup.org

2005-07-16 Thread Winkley, Charlynda
I will be out of the office until Thursday, July 21st, 2005.  If you need 
immediate assistance, please contact Mark Greenfield at [EMAIL PROTECTED] or 
(716) 645-2811. 
 
Thank you.
**
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] clearfixing

2005-07-16 Thread Rowan Lewis
Or how about the much simpler more correct method?

http://www.quirksmode.org/css/clearing.html

On 7/16/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 sam sherlock wrote:
 
  intention is to put a minimal size block below a container and have
  other containers flow below that without a great deal of space
  or bumping
 
 
 have you read this?
 http://www.positioniseverything.net/easyclearing.html
 
 hth,
 dwain
 
 
 --
 Dwain Alford
 [EMAIL PROTECTED]
 http://www.alforddesigngroup.com
 
 The artist may use any form which his expression demands;
 for his inner impulse must find suitable expression.
 Wassily Kandinsky, Concerning The Spiritual In Art
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 


-- 

Rowan Lewis (AKA. The Wolf)
**
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] clearfixing

2005-07-16 Thread Ingo Chao

Rowan Lewis schrieb:

Or how about the much simpler more correct method?

http://www.quirksmode.org/css/clearing.html


the problems the OP had in IE5.5 can get worse when the overflow: hidden
of the simple clearing meets the Holly hack in other bugfixes needed 
in this browser:

http://www.456bereastreet.com/archive/200502/simple_clearing_of_floats/#comment4236

Ingo
--
http://www.satzansatz.de/css.html
**
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] clearfixing

2005-07-16 Thread Rowan Lewis
Well, you could use something like 'zoom : 1;' instead, even though it
doesn't validate.

Anyhow, if all else fails, I feel that the hack Dwain linked it is far
worse than adding a little bit of markup and using 'clear : both;'.

On 7/16/05, Ingo Chao [EMAIL PROTECTED] wrote:
 Rowan Lewis schrieb:
  Or how about the much simpler more correct method?
 
  http://www.quirksmode.org/css/clearing.html
 
 the problems the OP had in IE5.5 can get worse when the overflow: hidden
 of the simple clearing meets the Holly hack in other bugfixes needed
 in this browser:
 http://www.456bereastreet.com/archive/200502/simple_clearing_of_floats/#comment4236
 
 Ingo
 --
 http://www.satzansatz.de/css.html
 **
 The discussion list for  http://webstandardsgroup.org/
 
  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **
 
 


-- 

Rowan Lewis (AKA. The Wolf)
**
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] clearfixing

2005-07-16 Thread dwain

Rowan Lewis wrote:

Or how about the much simpler more correct method?

http://www.quirksmode.org/css/clearing.html



is there something wrong with standards mode?

dwain


--
Dwain Alford
[EMAIL PROTECTED]
http://www.alforddesigngroup.com

The artist may use any form which his expression demands;
for his inner impulse must find suitable expression.
Wassily Kandinsky, Concerning The Spiritual In Art
**
The discussion list for  http://webstandardsgroup.org/

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



[WSG] footer technique

2005-07-16 Thread Kay Smoljak
Looks like someone has found a mostly-reliable CSS-only solution to
that common footer problem - getting a footer to stick to the bottom
of the viewport no matter how long or short the content is, which
doesn't overlap the content when the window is resized:

Explanation: http://solardreamstudios.com/learn/css/footerstick/
Example: 
http://solardreamstudios.com/_img/learn/css/footerstick/footerstick.html

Apparently it doesn't work in IE5 Mac or Safari. IE5 Mac I can mostly
live without, but Safari is a bit of a bugger. I don't have a Mac here
so I can't test - I'm curious as to whether it can be made to degrade
acceptably. Could someone with a Mac please check the test page?

Thanks!

-- 
Kay Smoljak
http://kay.smoljak.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] footer technique

2005-07-16 Thread Joshua Street
I don't have a Mac either, but supposedly Konqueror and Safari use
similar rendering engines, so I tested in that instead.

It is indeed mildly broken, but certainly acceptable.  The footer will
render at the very bottom of the viewport on page load without any
problems, HOWEVER, if the user subsequently resizes the viewport (to
increase the vertical height), the footer will remain at the bottom most
point at which it last rendered.  This also occurs if the window is
resized upwards (e.g. vertical height is reduced) and then downwards
again (e.g. vertical height is increased/returned to normal size).

Nothing show-stopping.

Having said all that, no guarantees it's exactly the same as Safari...

On Sat, 2005-07-16 at 19:01 +0800, Kay Smoljak wrote:
 Looks like someone has found a mostly-reliable CSS-only solution to
 that common footer problem - getting a footer to stick to the bottom
 of the viewport no matter how long or short the content is, which
 doesn't overlap the content when the window is resized:
 
 Explanation: http://solardreamstudios.com/learn/css/footerstick/
 Example: 
 http://solardreamstudios.com/_img/learn/css/footerstick/footerstick.html
 
 Apparently it doesn't work in IE5 Mac or Safari. IE5 Mac I can mostly
 live without, but Safari is a bit of a bugger. I don't have a Mac here
 so I can't test - I'm curious as to whether it can be made to degrade
 acceptably. Could someone with a Mac please check the test page?
 
 Thanks!
 
Kind Regards,
Joshua Street

base10solutions
Website:
http://www.base10solutions.com.au/
Phone: (02) 9898-0060  Fax: (02)
8572-6021
Mobile: 0425 808 469

Multimedia  Development  Agency



E-mails and any attachments sent from base10solutions are to be regarded
as confidential. Please do not distribute or publish any of the contents
of this e-mail without the sender’s consent. If you have received this
e-mail in error, please notify the sender by replying to the e-mail, and
then delete the message without making copies or using it in any way.

Although base10solutions takes precautions to ensure that e-mail sent
from our accounts are free of viruses, we encourage recipients to
undertake their own virus scan on each e-mail before opening, as
base10solutions accepts no responsibility for loss or damage caused by
the contents of this e-mail. 


**
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] footer technique

2005-07-16 Thread Vicki Berry

Looks perfect to me in Safari 2.0, OS 10.4.2.

Vicki.  :-)

 Kay Smoljak wrote:

Could someone with a Mac please check the test page?

**
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] footer technique

2005-07-16 Thread Rick Faaberg
On 7/16/05 4:01 AM Kay Smoljak [EMAIL PROTECTED] sent this out:

 Explanation: http://solardreamstudios.com/learn/css/footerstick/
 Example: 
 http://solardreamstudios.com/_img/learn/css/footerstick/footerstick.html
 
 Apparently it doesn't work in IE5 Mac or Safari. IE5 Mac I can mostly
 live without, but Safari is a bit of a bugger. I don't have a Mac here
 so I can't test - I'm curious as to whether it can be made to degrade
 acceptably. Could someone with a Mac please check the test page?

It appears to work in Safari for me (Safari 1.3). Doesn't work in IE 5.2.x -
the footer goes up tight to the content and not down to bottom of viewport.

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] footer technique

2005-07-16 Thread Rick Faaberg
On 7/16/05 4:15 AM Rick Faaberg [EMAIL PROTECTED] sent this out:

 Apparently it doesn't work in IE5 Mac or Safari. IE5 Mac I can mostly
 live without, but Safari is a bit of a bugger. I don't have a Mac here
 so I can't test - I'm curious as to whether it can be made to degrade
 acceptably. Could someone with a Mac please check the test page?
 
 It appears to work in Safari for me (Safari 1.3). Doesn't work in IE 5.2.x -
 the footer goes up tight to the content and not down to bottom of viewport.

And I meant to add that the IE 5.2.x behavior is most likely an acceptable
graceful degradation.

Hth

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



[WSG] help on Vocab improvement

2005-07-16 Thread ^ .^
Hey box,

can any one help me ...!
how to improve my Vocab

Jack Rods
tee [EMAIL PROTECTED] wrote:
Forgive me Russ, while I was writing this email, your THREAD CLOSED came inbut I have an urge to finish my message.Thank you Lea, Peter and others for not supporting the idea of turning thiswonderful group to a elitism group.Here is my tiny timid newbie voice:2 years ago I didn't know what web design was about and didn't dream on oneday I can make some money from web design; some 18 months ago I started tolearn css, 7 months ago I didn't know what is web standards andaccessibility before I started reading Zeldman' designing with web standardsand Cederholm' Web Standards Solutions, but now I am offering web designservice and confident to tell my potential clients that I built web sitesaccording to web standard and take accessibility as my top priority. I havemany to thanks, first a member from a list who told me I should validate
 myhtml. I think I joined WSG group some 4 or 5 months ago when googling to tryto learn more about web standards. When thing isn't get too crazy, I allowmyself to brows through WSG' archives and in 4 months I have learned somuch, simply by reading the archives. My newbie questions not always getresponse here but it doesn't stop me from coming back or ask anotherquestion, for I know that many people here are really HERE to help othersand do not think I am too newbie or sound too stupid to them.In Malay language, a 'guru' is a teacher, this was how I learned from thefirst day I attended to elementary school. A guru is someone who teaches theignorance to become a knowledgeable person; a guru is someone who shares theknowledge, know-how and help students to overcome the ignorance. I sense thedanger when someone thinks he/she is a 'guru' and starting to crownhimself/herself and try to make something to his/her own guruism club -
 thisis especially dangerous when web standards itself still net yet a'standards', and extremely dangerous when not half the population who createwebsites know what web standards is about and won't give a damn.tee From: russ - maxdesign <[EMAIL PROTECTED]> Reply-To: wsg@webstandardsgroup.org Date: Tue, 12 Jul 2005 15:06:18 +1000 To: Web Standards Group  Subject: Re: [WSG] help or web - THREAD CLOSED  Maybe enough said on this  THREAD CLOSED  There has been a lot of good input here, so thanks for bringing it up and for the following discussion... I think we can wrap it up now.  A few points to recap: 1. At this stage we will not be going to two or more lists. 2. Please use a subject line that will be informative to list members.  The usual mail list guidelines apply: 1. be
 courteous 2. trim replies (this is a common problem on our list) 3. stay on topic whenever possible  If unsure, check the guidelines: http://webstandardsgroup.org/mail/guidelines.cfm  or email info@webboy.net Thanks all Russ** 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!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 

Re: [WSG] footer technique

2005-07-16 Thread Maarten Stolte




Hello,

Joshua Street wrote:

  I don't have a Mac either, but supposedly Konqueror and Safari use
similar rendering engines, so I tested in that instead.

It is indeed mildly broken, but certainly acceptable.  The footer will
render at the very bottom of the viewport on page load without any
problems, HOWEVER, if the user subsequently resizes the viewport (to
increase the vertical height), the footer will remain at the bottom most
point at which it last rendered.  This also occurs if the window is
resized upwards (e.g. vertical height is reduced) and then downwards
again (e.g. vertical height is increased/returned to "normal" size).

  

Why not just use the technique from Bobby van der Sluis, it works all
the time on dom enabled browsers;
http://www.alistapart.com/articles/footers/

Maarten Stolte 


  Nothing show-stopping.

Having said all that, no guarantees it's exactly the same as Safari...

On Sat, 2005-07-16 at 19:01 +0800, Kay Smoljak wrote:
  
  
Looks like someone has found a mostly-reliable CSS-only solution to
that common footer problem - getting a footer to stick to the bottom
of the viewport no matter how long or short the content is, which
doesn't overlap the content when the window is resized:

Explanation: http://solardreamstudios.com/learn/css/footerstick/
Example: http://solardreamstudios.com/_img/learn/css/footerstick/footerstick.html

Apparently it doesn't work in IE5 Mac or Safari. IE5 Mac I can mostly
live without, but Safari is a bit of a bugger. I don't have a Mac here
so I can't test - I'm curious as to whether it can be made to degrade
acceptably. Could someone with a Mac please check the test page?

Thanks!


  
  





Re: [WSG] footer technique

2005-07-16 Thread Francesco Sanfilippo
Easy.  I don't rely on Javascript for anything critical.  I would
rather use a layout hack without Javascript.

Francesco


On 7/16/05, Maarten Stolte [EMAIL PROTECTED] wrote:

  Why not just use the technique from Bobby van der Sluis, it works all the
 time on dom enabled browsers;
  http://www.alistapart.com/articles/footers/
  
  Maarten Stolte
**
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] clearfixing

2005-07-16 Thread sam sherlock

[EMAIL PROTECTED] wrote:


Rowan Lewis wrote:


Or how about the much simpler more correct method?

http://www.quirksmode.org/css/clearing.html



is there something wrong with standards mode?

dwain



thanks to all you sugestions on this 1 - great help

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

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