Fixing background color (not working in firefox).

This commit is contained in:
marcins78@gmail.com
2011-09-20 16:01:36 +00:00
parent 03c0856f9e
commit 49fbdd4b97
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@
</script>
</head>
<body bgcolor="#00000">
<body bgcolor="#000000">
<div id="user" style="position:absolute;left:0px;top:0px;width:780px;height:60px;color:#ffffff;"></div>
<div id="hall" class="ui-widget-content" style="position:absolute;left:0px;top:60px;width:780px;height:260px;"></div>
<div id="chat" class="ui-widget-content" style="position:absolute;left:0px;top:320px;width:780px;height:200px;"></div>

View File

@@ -102,7 +102,7 @@
</script>
</head>
<body bgcolor="#00000">
<body background="" bgcolor="#000000">
<div id="message" style="color:#ffffff;"></div>
</body>
</html>