Index: lams_learning/web/mainflash.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/Attic/mainflash.jsp,v diff -u -r1.5 -r1.6 --- lams_learning/web/mainflash.jsp 7 May 2009 06:15:38 -0000 1.5 +++ lams_learning/web/mainflash.jsp 12 Mar 2010 16:49:32 -0000 1.6 @@ -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();