Posted 15 December 2009 - 09:45 PM
How to enable scroll bars in IE 7.0 when child elements are absolutely positionedCss Trick: Hide Disabled Internet Explorer Vertical ScrollbarI have a button and a html table with in a div, which in turn is another table and the link goes on till HTML tag level.I have set the position for the button and linked html table as absolute. This use to bring up the IE scroll bars automatically in IE 6. But the same things does not work with IE 7.0.I have tried too many combination based on the above feedbacks but nothing seems to be working for me.To put it in one line, I have html table being displayed on click of a button exactly under the button. When the information in the table is large, the data flows beyond the visible screen, but IE 7.0 do not produce any scroll bars.Any help would be appreciated.-reply by sharad0703