Hi,
I have written up this simple asp.net page that pulls data from a long xml file and shows information in a table format. Everything is working properly, except that I cannot get the scrollbar to work. So, if I want to read the stuff that is on the lower end of the screen, I tried using mouse, keys and still get no data.
What is weird is, I don't have this problem with Firefox. I still get no scrollbar, and putting in something like overflow:auto in my body tag in the css does not seem to do any good.
BTW, this only occurs with the aspx, I don't have the same problem with other html files.
What have I done wrong here?
Anything is appreciated.