Index: lams_learning/web/mainflash.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/mainflash.jsp,v diff -u -r1.3.2.2 -r1.3.2.2.4.1 --- lams_learning/web/mainflash.jsp 7 May 2009 06:54:35 -0000 1.3.2.2 +++ lams_learning/web/mainflash.jsp 12 Mar 2010 16:46:53 -0000 1.3.2.2.4.1 @@ -93,7 +93,7 @@ function resizeIframe() { var width = $(window).width() - 160; var height = $(window).height(); - $('#contentFrame').css({'width': width + "px", 'height': height + "px"}); + $('#contentFrame').css({'width': width + "px", 'height': height + "px", 'position': 'fixed'}); resizeChat();