javascript - Tiny mce height different in different browser -


i have code in js:

tinymce.init({         width: "100%",         height: "550", }); 

yet height on tinymce seen differently in different browser. idea how can solve issue?

this depends on how big differences are. because each browser has differences in rendering textarea's, buttons etc.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

php - HTTP_REFERER woes: How can I allow access to a specific page, only when a visitor has visited another specific page beforehand? -