I am designing a single page website with some forms. It has 3 divs in it, 2 of them off the screen and i am using overflow:hidden to hide them from users. But when tab key pressed browsers scrolls to the next div with a broken design.
So, is there a way to disable tab key?
Moving elements off-screen is a terrible way of hiding them.
display: noneandvisibility: hiddenare there for a reason, and that reason is not “to be replaced withleft: -9999px.