Click to See Complete Forum and Search --> : how to scroll content of iframe and how to hide iframe's scroll bar?


milestone_80
September 20th, 2004, 08:29 AM
I am a beginer website designer. I am very much confused about iframe scrolling independently. I want to scroll the page inside iframe without using its own scrollbar. I want to hide iframe's scrollbar and want to use a small image button that can scroll the page inside iframe when I click on that small image button.

I am tired that I could not set this. So, I need help from you people.

thanks on advance!

miles///

HairyMonkeyMan
September 21st, 2004, 04:26 AM
I'm not sure how to get the iFrame to scroll without it's scrollbar, but to hide the scrollbar, simply include;

scrolling="no"

inside the element's tag.

Good Luck