| 28 | | var charCount = document.createElement("div"); |
| | 28 | var charCount = document.createElement("span"); |
| | 29 | charCount.style.padding = "2px 5px"; |
| | 30 | if(HTMLArea.is_ie) { |
| | 31 | charCount.style.styleFloat = "right"; |
| | 32 | } else { |
| | 33 | charCount.style.cssFloat = "right"; |
| | 34 | } |
| | 35 | var brk = document.createElement('div'); |
| | 36 | brk.style.height = |
| | 37 | brk.style.width = |
| | 38 | brk.style.lineHeight = |
| | 39 | brk.style.fontSize = '1px'; |
| | 40 | brk.style.clear = 'both'; |
| | 41 | if(HTMLArea.is_ie) { |
| | 42 | this.editor._statusBarTree.style.styleFloat = "left"; |
| | 43 | } else { |
| | 44 | this.editor._statusBarTree.style.cssFloat = "left"; |
| | 45 | } |