Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WAI Compliant Web Slider

Status
Not open for further replies.

WebSliderInfo

Programmer
Jan 13, 2006
1
GB
Hello,

I have a question relating to creating slider bars for a web page (i.e you drag a bar with the mouse on a sliding scale and a value changes automatically). I am looking at creating a website in Asp.net 2.0 and trying as best as possible to conform to Web Accessibility Standards (WAI) and ideally double A conformance.
It seems as though with any form of slider bar there will be a need for client side javascript / use of images, which can all be disabled by the end user. Even to move the slider bar requires the use of a mouse i.e. there is no keyboard alternative (but possibly this depends upon implementation of the slider).
I am looking at a zero-footprint solution (i.e. no ActiveX controls downloaded to the client machine).
I was considering javascript only, or a .net server control with minimal javascript or an ajax solution but this still requires javascript and therefore has issues with WAI, we cannot think of any of alternatives, advice appreciated.
At the moment it seems any slider solution cannot be WAI compliant, hence sliders just cannot be implemented. I am also not looking at investing a lot of time / money developing a slider solution.
A possible options is to render two pages one with slider, one with an alternative solution that is AA compliant, and user agrees before hand which they want.

Any guidance, ideas, links or suggestions will be greatly appreciated.

Brad
 
You may be able to do it in pure CSS. For example, the following site shows you how to create a drop down menu without the use of javascript so you may be able to apply the same principles:



____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top