how to hide scroll bar from iframe? but remain scroll functionality. how to display only browser scroll bar? if you search here http://tinyurl.com/bwzsrag you will see two scroll bars one for iframe & another for browser. how to hide scroll bar from iframe? but remain scroll functionality in iframe http://tinyurl.com/bwzsrag plz help thanks in advanced
You hide the scrollbars by doing: iframe { overflow:hidden; } and <iframe src="#" width=100% height=100% marginwidth=0 marginheight=0 frameborder=0 scrolling=yes></iframe> but I'm not sure how you would retain scrolling functionality without scrollbars?!