Quote:
Originally Posted by daveat2ps
We are having problems getting Web pages to scroll when the data result is taller than the initial screen size. We want to turn on the scroll bar. Can someone help us with this code?
Our initial app where you can see the issue is http://www.tipmyphone.com. If you look up a word such as "horse", you can see the problem. We have another application ready to go, but this scrolling issue is haunting us.
Thanks for your help.
Dave
|
We found the scrolling issue within our
first Web app. We are releasing our
second Web app this next week.
The scrolling problem was a one word fix. We had overflow:scroll and it needed to be auto:scroll. Sometimes the easiest fixes are the hardest to find.
Thanks for the advice on some possibilities.
Dave