[wsas-java-dev] svn commit r33 - wsas/java/trunk/modules/samples/Chad/www

svn at wso2.com svn at wso2.com
Thu Nov 30 10:37:23 PST 2006


Author: chamil
Date: Thu Nov 30 10:37:23 2006
New Revision: 33

Modified:
   wsas/java/trunk/modules/samples/Chad/www/index.html
Log:
Partial solution for the footer coming to the top on IE. There is still the problem of the left nav bar not connecting with the footer. This needs to be fixed.

Modified: wsas/java/trunk/modules/samples/Chad/www/index.html
==============================================================================
--- wsas/java/trunk/modules/samples/Chad/www/index.html	(original)
+++ wsas/java/trunk/modules/samples/Chad/www/index.html	Thu Nov 30 10:37:23 2006
@@ -99,7 +99,7 @@
 							onclick="javascript:document.getElementById('alertMessageBox').style.display='none';return false;"/></p>
 			</div><!--/ message box div -->
 
-			<div id="footer">&copy; 2006 WSO2</div>
+			<div id="footer" style="position:absolute; bottom: 0px; left:0px;right:0px;">&copy; 2006 WSO2</div>
 		</div><!-- /wrapper -->
 	</body>
 </html>




More information about the Wsas-java-dev mailing list