« Return to the main article
For now, I have modified my form to have 4 instead of 2 columns to move fields up the screen. I'm also maximizing the browser with:
window.moveTo(0,0); window.resizeTo(screen.availwidth,screen.availheight);
This isn't a fix, but should provide a decent workaround.
For now, I have modified my form to have 4 instead of 2 columns to move fields up the screen. I'm also maximizing the browser with:
window.moveTo(0,0); window.resizeTo(screen.availwidth,screen.availheight);
This isn't a fix, but should provide a decent workaround.