Hallo Leute!
Ich hab hier ein folgendes problem:
IN diesem COde funktionier die grafiesche darstellung von der leiste wo steht
die Schrift groesse,plazierungs des textes usw nicht richtig!Also wenn ich runter scrolle dann geht der Text und alles anderes nach oben aber diese leiste bleibt da stehen!Und dieses problem tret nur im IE auf!im Firefox funktioniert alles einwandfrei!
Luete bitte!helfen sie mir!das ist sehr dringend!noch mal viele dank!
UND hier ist der code:
tinyMCE.init({
entities : "",
mode : "textareas", editor_deselector: "mceNoEditor",
theme : "advanced",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,undo,redo,link,unlink",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
//theme_advanced_path_location : "bottom",
force_p_newlines : true,
force_br_newlines : false,
extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});[/b]