RE: DHTML drop down menus ADA compliant

> Actually I have seen some claims that the whole thing can be 
> done using CSS with no need to have scripts at all? does 
> anyone know of examples?

One of the problems of an all CSS approach is that IE only supports
the :hover pseudo class on links, while other modern browsers support
it fairly well on most, if not all, other elements.
So in some situations JS is necessary, but the JS can be used to
supplement the pure CSS solution and make it work in IE
(as happens on http://devedge.netscape.com/ for instance - they actually
have an article on there somewhere explaining how/why they did it).

Patrick
________________________________
Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk

Received on Thursday, 15 January 2004 04:42:39 UTC