Can anyone help me out?
I've set up a test site for a project where I have a scrollable table within an iFrame.
Techincally, its an iFrame within an iFrame which gets you to a scrollable table I also added an auto-scroll with anchor-links.
Everything finally works, but I really want to remove the horizontal-scroll bar that shows up, while keeping the vertical-scroll bar.
(Upon testing, I found without the vertical-scroll bar, the anchor-links and auto-scroll don't work correctly.)
here's the link to the test site:
Untitled Document
here's the line of code I think is the correct place to make corrections:
<iframe id="myiframe" name="myiframe" src="oprah june 09_news.htm" width="900" height="475" scrolling="yes" overflow-y: scroll></iframe>
The hierarchy works as follows:
index.htm > spotlight_news.htm > oprah june 09_news.htm
The reason for all the iframes is to have elements on the higher pages that will stay in place, such as a music player and dynamic menu bar.
other notes and associated files (for the auto scroll) are:
smooth-src-comments.js
smooth.pack.js
Thanks. - J