In my website, I have a ul element with overflow-y set to auto for displaying a nice scroll bar with all the li elements. However, in IE7, this setting is ignored and the list overflows outside the container.
To see the issue directly, you can visit http://jsfiddle.net/asWeb/LnnmW/ and review my code there.
I searched online for a solution and found that adding a position:relative to the outer div (registered_members) should fix it, but unfortunately, it didn't work as expected.
Appreciate any help or advice on resolving this matter. Thank you!