Question : iPad css question - vertical scroll issue

My css vertical scroll doesn't show up on my iPad - is there any fix out there for this?
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
#twoColumnSideNav ul.col1 {

text-align:left;

float:left;

width:200px;

height:450px;

overflow:auto;

margin:0;

padding:0;

}

Answer : iPad css question - vertical scroll issue

Try using "overflow-y:scroll".
Random Solutions  
 
programming4us programming4us