So many questions…!
What’s the most efficient way to set up all fields on a form so the border changes to an eyecatching size/colour as each editable field gains focus?
Can this be specified in CSS?
So many questions…!
What’s the most efficient way to set up all fields on a form so the border changes to an eyecatching size/colour as each editable field gains focus?
Can this be specified in CSS?
Nope, no CSS for that. CSS is static after you loaded the solution.
The only thing you can change is the background/foreground color of the field.
Thanks Marcel, what’s the best way to achieve that on all fields on a form?
Create one method, attach that to all fields you want to touch and check for the last triggered element (applications tree). You then do something like (by heart) elements[elementname].fgcolor = your color.