Scrolling in input form
Scrolling in input form
ep
Posts: 24Questions: 6Answers: 0
Hello,
I have a long input form to enter new data or to edit data: http://tinyurl.com/goyjxsb , and I would like to use the mouse wheel to scroll vertically. A scrollbar at the side of the popup window would also be helpful.
Is there a simple method to realize this?
Thanks,
Eberhard
This discussion has been closed.
Answers
Hi Eberhard,
Editor should do that automatically - for example use this page and resize your browser window to be quite small vertically.
The interesting thing about your screenshot is that there is no header or footer in the form. Have you customised Editor at all?
Regards,
Allan
Hm, maybe I do something wrong? I didn't modify Editor in any way. Here my Editor related code.
I finally found the solution: I unnecessarily loaded these css files:
So my conclusion is: Never load unnecessary css style files.
Thanks,
Eberhard
Ah! That would do it. I couldn't figure out why it was partly styled. In fact it was overly styled :-).
Thanks for posting back with your findings.
Allan