alpha channel
03-20-2004, 03:25 PM
I am trying hard to make all sites now produced comply with the current accessibility guidelines and am fairly happy producing CSS that will work cross browser and on older versions.
However, one very basic question that I am getting mixed advice on.
I need to make all text resizable according to whats set up on the users browser and so that if necessary what I would like to see can still be overidden. I tend to make all text sizes in ems spinning off a basic size set in BODY in points.
Does that mean that the user in then constrained and unable to resize at will or does his default text size take precedence? Should I instead not constrain a basic size in points or perhaps use percentages? I would like to have some basic control, but dont want to overide the ability to resize for those that need it. I've read the full W3C guidelines, but it would be much more helpful to hear what those actually doing it out there use!!
However, one very basic question that I am getting mixed advice on.
I need to make all text resizable according to whats set up on the users browser and so that if necessary what I would like to see can still be overidden. I tend to make all text sizes in ems spinning off a basic size set in BODY in points.
Does that mean that the user in then constrained and unable to resize at will or does his default text size take precedence? Should I instead not constrain a basic size in points or perhaps use percentages? I would like to have some basic control, but dont want to overide the ability to resize for those that need it. I've read the full W3C guidelines, but it would be much more helpful to hear what those actually doing it out there use!!