PNG Behavior

Status
Nicht offen für weitere Antworten.
Code:
#trans_box2 {
  font-family:verdana;
  font-weight:bold;
  padding:40px;
  margin:30px;
  border:solid 1px #555;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/75p_honey.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
#trans_box2[id] {
  background-image:url(/75p_honey.png);
}
Code:
<div id="trans_box2"> ... </div>
Möglicherweise liegt es an der Grafikdimension, dass die Formularfelder nicht mehr nutzbar sind, ähnlich wie bei den Links - siehe hierzu auch auf meiner empfohlenen Seite den Abschnitt Addendum: IE Link bug und die tabellarische Übersicht der unterstützten Grafikdimensionen.
 
Status
Nicht offen für weitere Antworten.
Zurück