SaveSheep
02-08-2006, 11:05 PM
Is there a way i can add
onFocus="if(this.blur)this.blur()"
to my css so that all links don't show that dumb box?
onFocus="if(this.blur)this.blur()"
to my css so that all links don't show that dumb box?
|
Click to See Complete Forum and Search --> : onfocus in css? SaveSheep 02-08-2006, 11:05 PM Is there a way i can add onFocus="if(this.blur)this.blur()" to my css so that all links don't show that dumb box? BonRouge 02-09-2006, 02:29 AM Hmmm... which dumb box is that? ray326 02-09-2006, 12:19 PM That's an accessibilty no no. SaveSheep 02-09-2006, 03:15 PM its not for accessibility? :-P maybe a javascript that will add the onFocus to all <a> elements? Charles 02-09-2006, 03:19 PM its not for accessibility? :-PYes, that box is for accessibility and yes it is easily removed by JavaScript. However, God is just and justice requires that anybody who defeats an accessibility feature falls victum to a disability at least as annoying. toicontien 02-09-2006, 05:08 PM 99.999999999999999999% of users won't notice the focus box you speak of. In fact, many want it there so they know that's where the system focus is. If you make your page deviate from its expected behavior, you're going to drive users away. It's bad accessibility, it's bad usability and it's bad design. basically, it's bad anything-ility. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |