Forum Moderators: open
"This enables the scroll bar and allows me to scroll but i want to hide it and still be able to scroll."
<frame name="MyFrm" src="home_001.htm" marginheight="10" marginwidth="10" scrolling="yes">
"This disables the scroll bar but clips the bottom of the page."
<frame name="MyFrm" src="home_001.htm" marginheight="10" marginwidth="10" scrolling="no">
Thanks for the help and sorry for the long message.
I'm also not sure why you are building the site in a frameset - there can be many problems with frames and while some are surmountable, frames are usually not a good user interface. I'd strongly consider writing a "plain old" page rather than using frames.
Is this for a kiosk application, rather than an online domain?