Hi,
Anyone knows a way to force the right scroll bar to appear, no matter if the content is higher than the editor's height or not?
I mean, as it is now the scrollbar first appears when the content requires a scroll bar, and in that way the width of the content area is dynamic and not well suited for my editing needs. As an egsample, see this editor:
http://www.tabula.biz/ShowArticle.asp?M ... icleID=253 (IE only)
Thanks
Tue, 03/22/2005 - 10:42
#1
RE: Scroll bar?
Hi,

In the file "editor/fckeditor.html"
Apply scrolling="yes" to the iframe whose id is "eEditorArea" on line 49.
The complet line become
<iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckeditorarea.html" scrolling="yes"></iframe>
It's just working on IE, not in firefox.
If somebody have a solution for the scrollbar under firefox, I'm interrested
RE: Scroll bar?
Thank you very much, that works perfectly in IE.

Personally i use FF and therefore i would've liked compatibility in FF, but since the most of my users are using IE it will probaly work out this way.
One thing i don't understand though, is that the scrolling attribute is a part of HTML4 standards, so why doesn't FF support it? People are always whining about FF living 100% up to the standards and IE being a MS infected product.
As Fred says, i would be interested in a firefox solution too