RE: [WSG] Accessible Form Buttons

2008-07-31 Thread info
Quoting Thierry Koblentz <[EMAIL PROTECTED]>: I'm working on a contracted project at the moment and the team is in a debate about how to make the website buttons scalable and yet still accessible. Also we want to use a minimal amount of markup. Obviously we cant use CSS background images as the

Re: [WSG] Accessible Form Buttons

2008-07-31 Thread Nick Cowie
You have a few choices: 1. Use input type="submit" and scale the input using ems. Advantages Will scale in most browsers works in all mobile browsers works with CSS disabled works with images disabled works with javascript disabled Disadvantages: Does not scale in Safari or Camino Can only use im

RE: [WSG] Accessible Form Buttons

2008-07-31 Thread Thierry Koblentz
> I'm working on a contracted project at the moment and the team is in a > debate about how to make the website buttons scalable and yet still > accessible. Also we want to use a minimal amount of markup. > > Obviously we cant use CSS background images as they wont scale. At the > moment we have u

[WSG] Accessible Form Buttons

2008-07-31 Thread info
Hi WSG List! I'm working on a contracted project at the moment and the team is in a debate about how to make the website buttons scalable and yet still accessible. Also we want to use a minimal amount of markup. Obviously we cant use CSS background images as they wont scale. At the moment