0

ポートフォリオ Web サイトで販売されているアイテムの画像の上に表示される DIV があります。これは、標準のブラウザーでは正常に機能しますが、古いブラウザー (恐ろしい IE) になると、何らかの理由で DIV が右側に押し出されます。

どんな助けでもいただければ幸いです

これは、販売用バナーのコードです。

 .post .forsale {
  width: 70px;
  height: 75px;
  position:absolute;
  margin-top: -10px;
  margin-left: -8px;
  display: none;
  background-image: url(images/fs.png); 
  background-repeat:no-repeat; 

}

これはのコードです.post

.post {
  text-align: center;
  overflow: hidden;
  width: 200px;
  height: 380px;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 10px 62px;
  background:  #e0e0e0;
  vertical-align: top;
    *display: inline; 
    zoom: 1; 
}
4

0 に答える 0