Updated style

git-svn-id: https://develop.svn.wordpress.org/trunk@2755 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-08-07 08:14:41 +00:00
parent 3dad237c8f
commit afa1eb7e00
5 changed files with 41 additions and 25 deletions

View File

@@ -531,7 +531,7 @@ TinyMCE.prototype._createIFrame = function(replace_element) {
iframe.setAttribute("leftMargin", "0");
iframe.setAttribute("topMargin", "0");
iframe.setAttribute("width", tinyMCE.settings['area_width']);
iframe.setAttribute("height", "98%");
iframe.setAttribute("height", tinyMCE.settings['area_height']);
iframe.setAttribute("allowtransparency", "true");
if (tinyMCE.settings["auto_resize"])
@@ -541,7 +541,7 @@ TinyMCE.prototype._createIFrame = function(replace_element) {
if (tinyMCE.isMSIE)
iframe.setAttribute("src", this.settings['default_document']);
iframe.style.width = tinyMCE.settings['area_width'];
iframe.style.width = "98%";
iframe.style.height = tinyMCE.settings['area_height'];
// MSIE 5.0 issue