S
Sammy
When I create an iframe with designMode="on" and then insert an another
iframe into it. The default behaviour provided by IE is to allow the
user to move and resize the inner-iframe. One way to disable it in IE
is to set the "unselectable" attribute to on. But doing so makes the
inner-iframe non interactive. That is, when I move my mouse over it,
it changes to a move cursor and I can't really click on the links or
buttons inside it. Does anyone know how to disable the default
behaviours (of moving and resizing) AND have the inner-iframe behave
normally?
iframe into it. The default behaviour provided by IE is to allow the
user to move and resize the inner-iframe. One way to disable it in IE
is to set the "unselectable" attribute to on. But doing so makes the
inner-iframe non interactive. That is, when I move my mouse over it,
it changes to a move cursor and I can't really click on the links or
buttons inside it. Does anyone know how to disable the default
behaviours (of moving and resizing) AND have the inner-iframe behave
normally?