Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dharshanav #1
contenteditable="true" in Mozilla and IE (Mozila doesnt streach)
Hi All,
Is there a way to make the Mozilla browser behave the same way as IE
when using in the design mode?
For IE:
<div id="left_div" contenteditable="true" frameborder="no"
style="overflow:auto; border: 1px #0000ff solid;" '>
Inner Div content
</div>
For Mozilal I tried :
<iframe id="left_div" contenteditable="true" frameborder="no"
style="overflow:auto; border: 1px #0000ff solid;"
onload='document.getElementById("left_div").conten tWindow.document.designMo*de="on";'>
Inner Div content
</iframe>
But the behaviour is not the same, as when I use the Iframe in the
Mozilla it uses a scroll bar when the IFrame cannot accommodate the
entire text while the IE version just streaches the dive height to
accommodate the contents.
Is there a way to make the Iframe also streach as in IE, so I could
achive similar hehanor as Googles page creator.
Thanks,
Dharshana
dharshanav Guest
-
#39195 [Opn->Bgs]: if (0=="any sting") echo "it's return true";
ID: 39195 Updated by: derick@php.net Reported By: waynewn at citiz dot net -Status: Open +Status: ... -
#39195 [NEW]: if (0=="any sting") echo "it's return true";
From: waynewn at citiz dot net Operating system: win/freebsd PHP version: 5.1.6 PHP Bug Type: Scripting Engine problem Bug... -
Inherited Web Label doesnt properly initialize "Text" property
Hello! I have a control i wrote which inherits from the built in Label control in ASP.NET. I wrote this control to add the "for" attribute of a... -
Acrobat Form Submit error: changes VALUE="true" to "0"
I wrote an HTML page with a form. In the form I had many inputs as in: <INPUT TYPE="radio" NAME="Q1" VALUE="true"> and <INPUT TYPE="radio"... -
ORA-00054 "resource busy..." when using SQL*Loader with PARALLEL=true
Oracle 9.2.0.3.0 (32 bit) on Sun SPARC Solaris 2.8 We have a system where one of the main requirements is to load incoming files into the...



Reply With Quote

