I tested this page on IE9, Firefox and Chrome. IE9 hides the text but others show. This structure is from a template so I can't change the parents.Q: Can I make the text visible on IE9?\[code\]<!doctype html><html><body><div style="position: relative; overflow: hidden;"> <div style="position: relative;"> <div style="position: fixed;"> <div style="position: relative;">You can not see this text in IE9</div> </div> </div></div></body></html>\[/code\]