Does anyone know how to get rid of a scrollbar in an iframe but have scrollbar appear in the same iframe if you go to a different page inside it?![]()
Does anyone know how to get rid of a scrollbar in an iframe but have scrollbar appear in the same iframe if you go to a different page inside it?![]()
On the content pages, the pages to be displayed inside the iframe, add this to the body tag of any page you want not to have scrollbars:leave the tag alone on pages you want to have scrollbars. Set the iframe to be scrolling=yes, ex:HTML Code:<body style="overflow:hidden;">
Enjoy!HTML Code:<iframe name="fred" src="somepage.htm" scrolling="yes" width="200" height="150"></iframe>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thanks a bunch! It works great!
Bookmarks