Hi. I have a problem with IE6 (and possibly other versions but I
tested it only on v6. The HTML is:

<div id="div_commentary">
  <div id="item1" class="div_commentary_item">
    <div class="div_commentary_time">
    </div>
    <div class="div_commentary_text">
    </div>
  </div>
</div>

and the CSS is:

#div_commentary {
  overflow: auto;
  height: 440px;
}

.div_commentary_item {
  display: table-row;
}

.div_commentary_time {
  display: table-cell;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 0px 5px 0px;
}

.div_commentary_text
{
  display: table-cell;
  padding: 0px 0px 5px 5px;
  font-size: 12px;
}

The problem is that IE ignores all three classes. For example, the
font-weight property isn't honoured, however if I add font-weight to
#div_commentary, then it works (all child divs are affected of
course). Oh, and all divs except the most outer one are created
dynamically.

Please help me. Thanks in advance.

-- 
Alex
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to