Tagged Questions
2
votes
4answers
1k views
firefox/IE designMode reference needed
I am looking for reference documentation for designMode in Firefox 2/3 and IE 6/7/8. Does anyone have links to good references?
1
vote
3answers
1k views
IE designMode Showing display:none Divs
I've done a lot of research on this,but I'm unable to solve this problem. I've got a Div with several Divs within it that I want to hide before switching on a TinyMCE instance.
I'm doing this via ...
0
votes
3answers
523 views
Can't switch on designMode in Internet Explorer
The following code works in Firefox 3.6, but not in Internet Explorer 8:
<html>
<head>
<title>Example</title>
<script type="text/javascript">
function init() ...