特定の要素を Firefox と Chrome で同じように表示するのに問題があります。
このスクリーンショットは、Firefox でどのように表示されるか (そして、どのように表示されるか - 日付が入ったボックス) です。
このスクリーンショットは、Chrome での外観です。
私は Firebug で遊んで修正しようとしましたが、何をしても、Firefox と同じように背景を動作させることはできません。これを手伝ってくれる人はいますか?
ページはhttp://zachlockwood.com/wpにあります- ありがとう。
問題の要素の HTML/CSS:
.bit-events-narrow .bit-date .bit-event-data { text-align: center; text-transform: uppercase; font-size: 16px !important; background: #552412 !important; color: #f0f0e6 !important; line-height: 18px !important; padding-top: 8px !important; padding-bottom:5px !important; padding-left: 3px !important; padding-right: 3px !important; font-family: 'Conv_Haymaker' !important; height: 40px !important; width: 40px !important; }
.bit-date { text-align: center !important; line-height: 20px !important; }
.bit-date a { width: 50px !important; background: #552412 !important; }
<td class="bit-date">
<a class="bit-event-data" href="http://www.bandsintown.com/event/7082285?app_id=wpjs_zachlockwood.com&artist=Zach+Lockwood&came_from=39" target="_blank" data-bit-event-id="7082285" style="font-family: 'Conv_Haymaker'; font-size: 16px; font-weight: 400; font-style: normal; color: rgb(240, 240, 230); text-transform: uppercase; text-decoration: none; letter-spacing: normal; word-spacing: 0px; line-height: 18px; text-align: center; vertical-align: baseline; direction: ltr; background-color: rgb(85, 36, 18); background-image: none; background-repeat: repeat; background-position: 0% 0%; background-attachment: scroll; opacity: 1; width: 40px; height: 40px; top: auto; right: auto; bottom: auto; left: auto; margin: 0px; padding: 8px 3px 5px; border-width: 0px; border-color: rgb(240, 240, 230); border-style: none; position: static; display: inline; visibility: visible; z-index: auto; overflow: visible; white-space: normal; clip: auto; clear: none; cursor: pointer; list-style: disc outside none; marker-offset: auto;">Nov 16</a>
</td>
**HTML は BandsInTown プラグインによって生成されることに注意してください。これは私が追加したものではありません。