Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 213)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 214)
@@ -115,4 +115,6 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/165">#165</a>] The enter
 			key now honors the EnterMode settings when outdenting a list item.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/190">#190</a>] Toolbars
+			may be wrongly positioned. Fixed.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/skins/default/fck_editor.css
===================================================================
--- /FCKeditor/trunk/editor/skins/default/fck_editor.css	(revision 213)
+++ /FCKeditor/trunk/editor/skins/default/fck_editor.css	(revision 214)
@@ -68,4 +68,5 @@
 .TB_Toolbar
 {
+	height: 24px;
     display: inline-table;	/* inline = Opera jumping buttons bug */
 }
