ballhogjoni Posted October 15, 2008 Share Posted October 15, 2008 I have an iframe that i took the scrollbars out of, the issue is that I want to stop the highlighting and being able to scroll to the bottom of the page. My iframe source is larger than the iframe, but I want to hide the overflow. I tried to use overflow:hidden; in the css but that didn't work. Any ideas? Link to comment https://forums.phpfreaks.com/topic/128473-iframe-issue/ Share on other sites More sharing options...
jj20051 Posted October 15, 2008 Share Posted October 15, 2008 mabe if you do this in the iframe tag it might work: <iframe scrolling=no frameborder="0"></iframe> Link to comment https://forums.phpfreaks.com/topic/128473-iframe-issue/#findComment-665809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.