<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>LogicRentals - Rental Inventory Management System</title>
<script src="/javascripts/table.js?1199889867" type="text/javascript"></script>
<script src="/javascripts/round_corners.js?1184349484" type="text/javascript"></script>
<link href="/stylesheets/style.css?1199725398" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/table.css?1199400189" media="screen" rel="stylesheet" type="text/css" />
<script src="/javascripts/prototype.js?1199282510" type="text/javascript"></script>
<script src="/javascripts/effects.js?1199282510" type="text/javascript"></script>
<script src="/javascripts/dragdrop.js?1199282510" type="text/javascript"></script>
<script src="/javascripts/controls.js?1199282510" type="text/javascript"></script>
<script src="/javascripts/lightbox.js?1196875834" type="text/javascript"></script>
<script src="/javascripts/application.js?1199457142" type="text/javascript"></script>
<script src="/javascripts/fckeditor/fckeditor.js?1198328748" type="text/javascript"></script>
</head>
<body >
<div id="wrapper">
<div class="formClear"></div>
<div id="main">
<div class="formClear"></div>
<div id="content" class="iefix">
<div>
<form action="/properties/1/craigslist" method="post"><div style="margin:0;padding:0"><input name="authenticity_token" type="hidden" value="3764a1de7dfe976ba03da853312a16379bcc74bc" /></div>
<textarea cols="40" height="700px" id="code_text" name="code[text]" rows="20" width="100%">
blah... blah... blah....
</textarea>
</div>
</form>
<br />
<a href="/properties/1" class="button">Back to Property</a>
</div>
</div>
<div class="formClear"></div>
<div id="footer">
<div id="copyright">© 2008 Boston Logic Technology Partners, Inc.</div>
<div class="blogic">
a product of <br>
<a href="http://www.bostonlogic.com" target="_blank"><img alt="Logotpsmaller" src="/images/logotpsmaller.jpg?1171059238" /></a>
</div>
<br />
</div>
</div>
<script type="text/javascript">
//<![CDATA[
var oFCKeditor = new FCKeditor('code_text', '100%', '700px', 'Simple');
oFCKeditor.BasePath = "/javascripts/fckeditor/"
oFCKeditor.Config['CustomConfigurationsPath'] = '/javascripts/fckcustom.js';
oFCKeditor.ReplaceTextarea();
//]]>
</script>
</body>
</html>
Wed, 02/06/2008 - 16:09
#1

Re: FCKEditor not displaying in IE7
The FCK Editor was inside of a div with the following style from a CSS sheet
#content {
float:left;
text-align: left;
_width: 98%
}
For some reason having the float:left broke things. As soon as I took the float:left out, everything worked fine.
Re: FCKEditor not displaying in IE7
anyone found a different solution?
Re: FCKEditor not displaying in IE7
In FF2, FF3 and IE6 FCKeditor shows perfectly.
Regards,
taiko
Re: FCKEditor not displaying in IE7