I added FCKEditor to a webpage that is design strictly without tables using <div> tags..
I'm finding that the "full screen" view is trapped inside that div and does not render "full screen" like it does in other situations I have used it in..
Any thoughts as to how to use the editor within a div and still get full screen functions..
Thanks..
John..
I'm finding that the "full screen" view is trapped inside that div and does not render "full screen" like it does in other situations I have used it in..
Any thoughts as to how to use the editor within a div and still get full screen functions..
Thanks..
John..

Re: Full Screen view - Trapped in a Div
dev site
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Full Screen view - Trapped in a Div
<div id="maincontent"> <h3>HostSpot Text</h3> <div id="hotspottext"><textarea name="HSPOT_HTML" cols="48" rows="60" id="HSPOT_HTML" tabindex="3"><%= hotspotId.getHotspotField("HSPOT_HTML") %></textarea></div> </div>div#maincontent { margin: 0; padding: 0; width: 600px; position: absolute; top: 200px; left: 165px;}Re: Full Screen view - Trapped in a Div
Please open a ticket for it in such case.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn