Previous Message
Next Message

RE: [css-d] Why is IE5/PC ignoring this?

Sent by Jeroen van Gorkum on 10 September 2002 03:03


Austin, Darrel, Tuesday, September 10, 2002 12:51 AM:
> and he noticed that in IE5/PC, no styles are rendered at all.
>
> Any idea why?

  same prob here (ie5.0/w2k). it seems to have something to do with IE not
recovering from the BMH. if you add a 'be nice to opera 5' rule for every
BMH, everything is OK. sample:

#newsbox {
  position: relative;
  width: 68%;
  padding: 4%;
  margin-left: 2%;
  margin-top: -20px;
  background-color: #ffc;
  border: 1px solid #000;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding: 2%;
  width: 64%;
}

becomes:

#newsbox {
  position: relative;
  width: 68%;
  padding: 4%;
  margin-left: 2%;
  margin-top: -20px;
  background-color: #ffc;
  border: 1px solid #000;
  voice-family: "\"}\"";
  voice-family: inherit;
  padding: 2%;
  width: 64%;
}
html>body .newsbox { padding: 2%; width: 64%; }

  hth,

jeroen.
Previous Message
Next Message

Message thread: