Question

Is there any way to resize a frameset or frameset-like elements, e.g. demo, using keyboard? Isn't it a usability issue if you can't resize them without a mouse?

Was it helpful?

Solution

from the top of my head, I would say that a frame border is not a 'focusable' element (unlike e.g. input elements) so you can't 'tab' to it, by design.

So yes, you'll need a mouse unless you write some js / jQuery or use e.g. mouse trap or the likes to bind keys to some resizing animation or proportion manipulation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top