ok, it now works fine in opera as well and if you use opt/alt + tab in safari and chrome it works as well. which will have to do. at least it looks right and is as near to completely accessible as...
because i didn't see any reason to upset the natural tabbing order of the dom. i did however, just try using it and it hasn't made any difference. i'm starting to think there's something other than...
i followed my own suggestion and converted the document back to xhtml strict, it hasn't completely solved the problem, the links still don't focus with tab key press in safari, chrome and opera but...
they used to work in my page and now suddenly they don't, which could mean
that w3c are making amendments to the html 5 draft. i was worried it might be something like that.
hi, for reasons unknown my html is causing all browsers, except firefox and ie, to skip over the links in the nav element when using the tab key, doesn't focus on them at all. firefox does something...
Hi, I'm trying to make a website which uses several iframes completely keyboard friendly. The problem I'm having at the moment is I can't seem to be able to blur the iframes and focus on an element...
i have some fixed position elements at 100% width of the the page, but they keep on showing in front of the scrollbar if there is one. all i've been able to do so far is force those fixed elements 15...
Hi, I'm currently designing a form with client-side validation using javascript. I've set the input property to display as the value (for example, "your name" inside the name field) and I've set the...