I have a form that is used as a sort of question and answer system, where the question is listed at the top in a textbox and the answer is entered in another text box.
My current problem is that sometimes the questions are very long, and therefore the user must scroll down to view it all. However the vertical scroll bars only show up in that text box has focus.
Is there any way to either keep the scroll bars visible the whole time or to check if the question is bigger than the box and make text appear somewhere on the form that says "scroll down". That way the user will know that there is more to read.
Sort of a random concept, but I was hoping somebody had a suggestion.
My current problem is that sometimes the questions are very long, and therefore the user must scroll down to view it all. However the vertical scroll bars only show up in that text box has focus.
Is there any way to either keep the scroll bars visible the whole time or to check if the question is bigger than the box and make text appear somewhere on the form that says "scroll down". That way the user will know that there is more to read.
Sort of a random concept, but I was hoping somebody had a suggestion.