views:

17

answers:

0

The HTML page has two section the first section takes the top half and the second section takes the second half. Each section is a <ul> with 25 <li>s.

I use event.preventDefault(); in the body to prevent the HTML page from scrolling. but can I still make those two section scrollable? and display them as described above?