私はこの問題を抱えています: http://liberainformazione.it/
タイトル CSS ルール:
p.right_sidebar_title {
font-size: 16px!important;
font-weight: bold;
color: black;
margin: 7px 0!important;
line-height: 18px!important;
font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
width: 300px;
}
青い四角形の CSS ルール:
.post-category-rightSidebar {
background: #369;
display: inline;
float: left;
font-size: 10px;
height: 16px;
line-height: 17px;
margin-right: 5px;
padding: 0 5px;
text-transform: uppercase;
color: white;
}
Chrome や Firefox では青い四角形はタイトルの近くにありますが、IE ではタイトルは新しい行にあります..... IE が私の CSS ルールを認識しない理由がわかりません。
私が間違っていることは何ですか?どうもありがとう。