| You are here: | About>Computing & Technology>Web Design / HTML> Web Design> Accessibility> Low Vision Web Page Layouts - Zoom Layouts |
![]() | Web Design / HTML |
More Accessibility IssuesWeb Pages and Color BlindnessAccessible HTMLValidating for Accessibility More CSS ResourcesLow Vision Web Page LayoutsAlso Called Zoom Layouts Because You Zoom In On the TextDid you know that most people who are legally blind can actually see? If you're like me, you imagine that blindness is something like putting black goggles on, but for a lot of blind people, it is actually more like looking through waxed paper. In fact, one of my best friends is legally blind and she's a technical writer and she doesn't use a screen reader to write. She just maginfies what she's reading enough so that she can read it. And you don't have to be legally blind to want text on the computer to be larger. As we get older our eyes get worse and worse, and making the text larger is easier for all of us to read. Modern browsers allow users to zoom in on the text to make it easier to read, but with the columnar layouts, this can get problematic very quickly if the text is zoomed too much. Columns can get pushed off the screen or become illegible if they are fixed width and the text is too big for them. How Do Web Designers Currently Solve This Problem?
Some other issues with both design and Web designer solutions are:
Creating a Zoom Layout with CSSThe simplest way to create a zoom layout is to simply create a second style sheet (usually called something like zoom.css) that incorporates the following:
Making Your Zoom Layout AvailableMany modern browsers such as Firefox and Opera offer the ability to switch between alternate style sheets that are attached to the document. So, as the Web designer, all you have to do is attach your style sheet to the document: <link rel="alternate stylesheet" type="text/css" href="zoom.css" title="Zoom Layout" /> This style sheet will then appear in the View menu under "Page Style". To assist browsers that don't yet have this capability, you can add a style switcher script onto your page. For example: More Accessibility IssuesWeb Pages and Color BlindnessAccessible HTMLValidating for Accessibility More CSS Resources |
Las Vegas on a BudgetFind a BargainHotel DealsCheap EatsFree AttractionsEntertainment for Less |
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |


