# Css problem with firefox

**URL:** https://forum.kirupa.com/t/css-problem-with-firefox/196067
**Category:** Uncategorized
**Created:** [August 5, 2006, 3:17am UTC](https://forum.kirupa.com/t/css-problem-with-firefox/196067 "2006-08-05T03:17:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jkusunoki](https://avatars.discourse-cdn.com/v4/letter/j/f9ae1b/32.png) [@jkusunoki](https://forum.kirupa.com/u/jkusunoki)
#### Post date: [August 5, 2006, 3:17am UTC](https://forum.kirupa.com/t/css-problem-with-firefox/196067/1 "2006-08-05T03:17:48Z")

</div>

Hello guys,  
i have a problem with this:

```auto
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd](http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd)">
<html xmlns="[http://www.w3.org/1999/xhtml](http://www.w3.org/1999/xhtml)">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#nueva {
 background-color: #000000;
 width: 480px;
 color: #FFFFFF;
}
#algo {
 float:left;
 background-color: #000000;
 width: 50px;
 color: #FFFFFF;
}
#mas {
 float:left;
 background-color: #000000;
 width: 50px;
 color: #FFFFFF;
 margin-left:25px;
}
-->
</style>
</head>
<body>
<div id="nueva">
  <div id="algo">Content for New Div Tag Goes Here</div><div id="mas">Content for New Div Tag Goes Here</div>
</div>
</body>
</html>

```

the problem is that when i see this in IE its ok but when i test in firefox the div who contains the others doesnt show the background… am i doing anything bad?

I really need your help

Thanks
