我正在尝试在基于 Arras 的 Wordpress 子主题中的默认值旁边添加第二个标题图像。现在,只有第一个,左边的图像,正在出现。右边除了空白之外什么都没有。我想知道我做错了什么——无论是我的标记错误还是主题本身的约束。
这是它现在的样子: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;
}