Index: lams_learning/web/mainflash.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_learning/web/Attic/mainflash.jsp,v
diff -u -r1.3 -r1.4
--- lams_learning/web/mainflash.jsp 1 Apr 2009 00:44:23 -0000 1.3
+++ lams_learning/web/mainflash.jsp 17 Apr 2009 07:06:08 -0000 1.4
@@ -92,7 +92,8 @@
function resizeIframe() {
var width = $(window).width() - 160;
- $('#contentFrame').css({'width': width + "px"});
+ var height = $(window).height();
+ $('#contentFrame').css({'width': width + "px", 'height': height + "px"});
resizeChat();
@@ -155,7 +156,7 @@
<%@ include file="/includes/presenceChat.jsp" %>
- " scrolling="auto" style="border: medium none ; position: absolute; height: 100%; left: 160px;">
+ " scrolling="auto" style="border: none ; margin-left: 160px;">