Results 1 to 3 of 3

Thread: Css And Accessibility, How does everyone code for accessibility

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    2

    Css And Accessibility, How does everyone code for accessibility

    Hi folks,

    I am currently in the process of developing an accessible site which provides distance training courses for the disabled.

    I am attempting to make everything on the page adjust when the user increases the font size - menu divs get wider, text wraps to next line etc.

    I was just wanting to ask what methods people use to achieve this. I am attempting to do this without using tables! Completely 100% CSS. I am currently using em and % for positional values and element sizes."

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: Css And Accessibility, How does everyone code for accessibility

    I suppose this would be the best place to start.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Css And Accessibility, How does everyone code for accessibility

    Um well percentages and em values are about all you need.

    First make sure your page is semantically sensible without CSS applied. Many handicapped users do not see CSS.

    Also, WAI is not overly realistic - but it does have some good ideas.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width