T O P I C R E V I E W |
JEO |
Posted - 12 Nov 2006 : 19:35:55 Hello, I'm using a iframe with a webpage, bigger then this iframe. How can I disable the scrollbars.
Thanks |
4 L A T E S T R E P L I E S (Newest First) |
JEO |
Posted - 12 Nov 2006 : 20:23:25 Thanks,
it works
Gr.
Jeo
(subject close) |
Waldorf |
Posted - 12 Nov 2006 : 20:18:52 click? on yr Gen iframe item > that opens the tab <iframe id="$NAME" name="$NAME" src="$FILE" width="$WIDTH" height="$HEIGHT" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe> |
JEO |
Posted - 12 Nov 2006 : 20:00:40 hello Waldorf,
Where put I this code ?
Gr, Jeo |
Waldorf |
Posted - 12 Nov 2006 : 19:45:58 default = auto
<iframe scrolling="yes"> or <iframe scrolling="no">
|