Long coded
Our style sheet has a longer detail, PLUS it's a <div>
background-repeat : no-repeat;
background-position : right 0%;
-----
div#header h1 {
height : 80px;
line-height : 84px;
margin : 0;
padding-left : 50px;
color : #fff;
border-bottom : 3px solid #ff6600;
background : #333 url('images/bd.jpg');
background-repeat : no-repeat;
background-position : right 0%;
}
|