Author: tyrell
Date: Mon Jan 28 09:31:59 2008
New Revision: 13087

Log:

Fixing height for ie

Modified:
   trunk/mashup/java/modules/www/editor.jsp

Modified: trunk/mashup/java/modules/www/editor.jsp
==============================================================================
--- trunk/mashup/java/modules/www/editor.jsp    (original)
+++ trunk/mashup/java/modules/www/editor.jsp    Mon Jan 28 09:31:59 2008
@@ -328,7 +328,7 @@
         }
     %>
     <textarea id="mashup_code_text" rows="" cols="" class="codepress 
javascript"
-              style="width: 100%; height: 94%;">
+              style="width: 920px; height: 94%; *height:628px">
         <%=serviceSource%>
     </textarea>
     <br>
@@ -443,7 +443,7 @@
     }
 %>
 <textarea id="ui_code_text" rows="" cols="" class="codepress html"
-          style="width: 100%; height: 94%;"><%=uiSource%>
+          style="width: 920px; height: 94%; *height:628px"><%=uiSource%>
 </textarea>
 <br>
 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to