PDA

View Full Version : Is there a way to make an i-frame have no scroll bars?



Forlorn Hope
January 31st, 2004, 09:30 PM
does anyone konw if its possible to make an i-frame that has no scroll bars? if this is possible how do u do it?

senocular
January 31st, 2004, 09:41 PM
just put

scrolling="no"

in the iframe tag

teet
February 1st, 2004, 12:22 AM
or on the actual coding for the page that will be displayed in the iframe, just put a

scroll="no"

in the body tag

if senocular's way doesn't work for some reason

-teet