[WSG] web accessibility toolbar

2005-08-20 Thread designer

Good afternoon (or whatever),

Does the web accessibility toolbar let me off the hook as far as using 
pixels for text sizing in IE is concerned? I have recently got the 
excellent WAT from


http://www.nils.org.au/ais/

and it has an excellent zoom facility, like opera.  (A great, and very 
educational tool anyway).


I ask the question partly tongue-in-cheek, but it does make me wonder if 
tools such as this should be the butt of responsibility?


I just wondered, as it does seem to put the pixel argument into a 
different perspective.


No rants please: this is intended as an intelligent question, expecting 
and wanting the same type of response.


Thanks,

Bob


**
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] Help with a simple (?) problem

2005-08-20 Thread Chris Kennon

Hi,

Extremely helpful; I owe you a pint :)


C


On Aug 20, 2005, at 1:39 AM, Edward Clarke wrote:


There are some interesting articles on default stylesheets.

http://www.robertnyman.com/2005/07/15/the-most-important-css-rule/
http://kurafire.net/log/archive/2005/07/16/starting-css-based-design
http://www.meyerweb.com/eric/thoughts/2004/09/15/emreallyem-undoing- 
htmlcss/


**
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] ie css rollovers prob

2005-08-20 Thread csslist
having some probs with getting simple css rollovers to work in ie on this site http://www.elkhornflyrods.com/store/index.cfm  menus on right.  anyone see anything wrong? (well ok, i mean with rollover code)   .linklist{ background: #d5d5d5; border: 1px solid #66; height: auto; left: 0px; padding: 5px; text-align: center; vertical-align: top; voice-family: inherit; voice-family: "\"}\""; width: 190px; margin-top: 10px;}#navcontainer { height: auto; margin: 3px; padding: 3px; width: 200px;}.burnIn { background: #f1f1f1; border: 1px solid #66;}.linklist li a { display: inline; text-decoration: none; color: #33;}.linklist li:hover { background-color: #9bc541; text-decoration: none; color: #33;}.linklist ul { list-style: none; margin: 0px; padding: 0px; color: #33;}   


RE: [WSG] ie css rollovers prob

2005-08-20 Thread Edward Clarke
Yes! You're using :hover on the list item not the hyperlink. Remember,
you're coding for IE. Run the hyperlink as display:block and hover that to
give consistent results. IE has no support for :hover on anything other than
the a tag.



having some probs with getting simple css rollovers to work in ie on this
site http://www.elkhornflyrods.com/store/index.cfm

menus on right.

anyone see anything wrong? (well ok, i mean with rollover code)

.linklist li a {
 display: inline;
 text-decoration: none;
 color: #33;
}

.linklist li:hover {
 background-color: #9bc541;
 text-decoration: none;
 color: #33;
}

.linklist ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
 color: #33;
}




**
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] Help with a simple (?) problem

2005-08-20 Thread Terrence Wood


On 20 Aug 2005, at 8:39 PM, Edward Clarke wrote:


Global selectors may offer performance disadvantages


There is no evidence to support this... it is a factoid.

kind regards
Terrence Wood.

**
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] ie css rollovers prob

2005-08-20 Thread csslist
i figured that was it but swore it worked on another site which i went back and check and it didnt doh  has anyone ever mentioned that ie sux?  thanks  :)From: "Edward Clarke" [EMAIL PROTECTED]Sent: Saturday, August 20, 2005 4:14 PMTo: wsg@webstandardsgroup.orgSubject: RE: [WSG] ie css rollovers probYes! You're using :hover on the list item not the hyperlink. Remember,you're coding for IE. Run the hyperlink as display:block and hover that togive consistent results. IE has no support for :hover on anything other thanthe a tag.having some probs with getting simple css rollovers to work in ie on thissite http://www.elkhornflyrods.com/store/index.cfmmenus on right.anyone see anything wrong? (well ok, i mean with rollover code).linklist li a { display: inline; text-decoration: none; color: #33;}.linklist li:hover { background-color: #9bc541; text-decoration: none; color: #33;}.linklist ul { list-style: none; margin: 0px; padding: 0px; color: #33;}**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] web accessibility toolbar

2005-08-20 Thread David Laakso

designer wrote:

Does the web accessibility toolbar let me off the hook as far as using 
pixels for text sizing in IE is concerned? I have recently got the 
excellent WAT from

http://www.nils.org.au/ais/
and it has an excellent zoom facility, like opera.  (A great, and very 
educational tool anyway).
I ask the question partly tongue-in-cheek, but it does make me wonder 
if tools such as this should be the butt of responsibility?
I just wondered, as it does seem to put the pixel argument into a 
different perspective.
No rants please: this is intended as an intelligent question, 
expecting and wanting the same type of response.

Bob


I do not understand your question(s).
Best,
David Laakso


--
David Laakso
http://www.dlaakso.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] web accessibility toolbar

2005-08-20 Thread Joshua Street
On Sat, 2005-08-20 at 13:34 +0100, designer wrote:
 Good afternoon (or whatever),
 
 Does the web accessibility toolbar let me off the hook as far as using 
 pixels for text sizing in IE is concerned? I have recently got the 
 excellent WAT from
 
 http://www.nils.org.au/ais/
 
 and it has an excellent zoom facility, like opera.  (A great, and very 
 educational tool anyway).
 
 I ask the question partly tongue-in-cheek, but it does make me wonder if 
 tools such as this should be the butt of responsibility?
 
 I just wondered, as it does seem to put the pixel argument into a 
 different perspective.
 
 No rants please: this is intended as an intelligent question, expecting 
 and wanting the same type of response.

Seeing as you've indicated you don't desire rants, I'll simply suggest
that the assumption the burden of ensuring accessibility falls upon
client-side (third part) utilities is akin to assuming all your
potential viewers have Firefox or Opera.

To extend this one step further, the need for any internal website
search is negated, as, clearly, we may safely assume all users have
installed the Google toolbar (obviously!) and are capable of typing
site:yoursite.com query into the field.

I'm pretty sure you know what the answer to your question should be,
seeing as there's no way you can assume that the responsibility falls on
the user -- given the rate of adoption of alternative web browsers as a
precedent. At any rate, all this tool does is render pixel sized text
even more irrelevant, as, clearly, it's not being respected anyway. You
can actually improve your control over appearance through using relative
font sizes and appropriate design practises to match this, rather than
trying to force your users/visitors into one particular framework which
then breaks as they attempt to escape it.

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