Arras に基づく Wordpress 子テーマで、デフォルトの横に 2 番目のヘッダー画像を追加しようとしています。現在、最初の左の画像のみが表示されています。右側は空白しかありません。マークアップのエラーなのか、テーマ自体の制約なのか、何が間違っているのか疑問に思っています。
現在の様子は次のとおりです: http://traycezpr.currentecalamo.org/
#header {
height:165px;
width:960px;
margin: 0 auto;
position: relative;
background:transparent;
border:none;
}
#header h1 {
display:block;
float:left;
width:800px;
height:165px;
background:url(http://traycezpr.currentecalamo.org/wp-content/uploads/2013/01/TZLTER.jpg) no-repeat 0 0;
background-size: 800px; 165px;
text-indent:-10000px;
}
#header h2 {
display:inline;
float:right;
position:relative;
width:160px;
height:165px:
text-indent:-10000px; background:url(http://traycezpr.currentecalamo.org/wp-content/uploads/2013/01/TZCH7.jpg) no-repeat 0 0;
background-size:160px; 165px;
}