Hi Abhishek, Firefox defaults to the behavior you describe, where the entire page is zoomed in or out. There is also a View / Zoom / Zoom Text Only menu item that causes the browser to zoom only text within the original size bounding blocks (like how IE behaves). This flexibility allows people with visual disabilities to choose the behavior they find most useful. Nice people, those Firefoxers.
I don't know about a best practice, but what I've observed working is for the web designer to test the page template with text resized to the maximum, with Javascript disabled, with a user stylesheet installed, even using the keyboard only - to ensure that the site's content is accessible to all users, including those with disabilities. Performing such tests frequently during development of the site's CSS template, in common browsers, helps prevent those awkward moments that can occur when accessibility issues are tested only after the site is completed and more difficult to fix. Yes this does make stylesheet development take longer, sigh. I believe it may be possible to engineer various bounding-box expansion behaviors into multi-column CSS page templates by specifying block widths using ems, but it's also possible to have text resizing work fine in a fixed width block if it's not too skinny and you leave enough margin. Creating flexible and accessible CSS layouts can be a frustrating exercise in compromises, especially at first. But people with disabilities also want to read the news, buy a plane ticket, pay bills online, search for new music... and we, in our role as designers, are uniquely situated to help them succeed. All the best, Michael Micheletti On Fri, Sep 26, 2008 at 8:20 AM, Abhishek Bhor <[EMAIL PROTECTED]>wrote: > .... > > Is there a best practice to handle text zoom and its containing blocks? > ________________________________________________________________ Welcome to the Interaction Design Association (IxDA)! To post to this list ....... [EMAIL PROTECTED] Unsubscribe ................ http://www.ixda.org/unsubscribe List Guidelines ............ http://www.ixda.org/guidelines List Help .................. http://www.ixda.org/help
