Re: [css-d] How to: enlarge all content for accessibility

2016-05-30 Thread william drescher
On 5/29/2016 10:35 PM, Philippe Wittenbergh wrote: On May 30, 2016, at 3:02 AM, william drescher wrote: On 5/29/2016 9:13 AM, Philippe Wittenbergh wrote: On May 29, 2016, at 6:49 PM, william drescher wrote: That works nicely except the radio buttons stay small. Try setting width and he

Re: [css-d] How to: enlarge all content for accessibility

2016-05-30 Thread Philippe Wittenbergh
> On May 30, 2016, at 3:02 AM, william drescher wrote: > > On 5/29/2016 9:13 AM, Philippe Wittenbergh wrote: >> >>> On May 29, 2016, at 6:49 PM, william drescher >>> wrote: >>> >>> That works nicely except the radio buttons stay small. >> >> Try setting width and height on those: >> >> [ty

Re: [css-d] How to: enlarge all content for accessibility

2016-05-29 Thread william drescher
On 5/29/2016 9:13 AM, Philippe Wittenbergh wrote: On May 29, 2016, at 6:49 PM, william drescher wrote: That works nicely except the radio buttons stay small. Try setting width and height on those: [type=checkbox], [type=radio] { width: 1rem; height: 1rem; } Or something like that - adjust

Re: [css-d] How to: enlarge all content for accessibility

2016-05-29 Thread Philippe Wittenbergh
> On May 29, 2016, at 6:49 PM, william drescher wrote: > > That works nicely except the radio buttons stay small. Try setting width and height on those: [type=checkbox], [type=radio] { width: 1rem; height: 1rem; } Or something like that - adjust to taste and needs, etc. Bare in mind that the

Re: [css-d] How to: enlarge all content for accessibility

2016-05-29 Thread william drescher
On 5/28/2016 8:08 AM, Philippe Wittenbergh wrote: On May 28, 2016, at 7:38 PM, william drescher wrote: My wife is vision impaired. I am writing a web application for her. How can I style the page so it displays at 300%. I can increase the fontsize, but then it does not increase the size

Re: [css-d] How to: enlarge all content for accessibility

2016-05-28 Thread Tedd Sperling
bill: Here’s something you may want to consider. http://sperling.com/examples/zoom/ It shows that using ems is a good way to handle both text and images with regard to zooming. Cheers, tedd ___ tedd sperling t...@sperling.com > On May 28, 2016, at 6:38 AM, william drescher w

Re: [css-d] How to: enlarge all content for accessibility

2016-05-28 Thread Philippe Wittenbergh
> On May 28, 2016, at 7:38 PM, william drescher wrote: > > My wife is vision impaired. I am writing a web application for her. How can > I style the page so it displays at 300%. I can increase the fontsize, but > then it does not increase the size of the form elements. I want to increase

[css-d] How to: enlarge all content for accessibility

2016-05-28 Thread william drescher
My wife is vision impaired. I am writing a web application for her. How can I style the page so it displays at 300%. I can increase the fontsize, but then it does not increase the size of the form elements. I want to increase everything. Changing the dpi of the display works, but then it i