
How do I prevent scrollbars in iframes?
Requested and Answered by
Carnuke on 2004/12/19 12:38:55
How do I prevent scrollbars in iframes?
Many references suggest the following which only works in Internet Explorer.
le="color: #000000"><?php scrollbar=no
The following example uses the following WC3 recommendations and works for both IE and Mozilla/ Netscape
le="color: #000000"><?php scrolling=no
This Q&A was found on XOOPS Web Application System : https://xoops.org/modules/smartfaq/faq.php?faqid=315