I have a div which have a literal which is filled at runtime. The overflow of that div is set to auto but still in IE its showing the contents. However the scrollbar is also appearing but the content is going beyond div and scroll is not working.
Any idea?
I have a div which have a literal which is filled at runtime. The
Share
Did you set the containing DIV to “position: relative”? See this as a reference:
http://snook.ca/archives/html_and_css/position_relative_overflow_ie/