Your use of the <span/> tag messed me up a bit, actually.
So, a couple more things to do:
Quote:
h1 {
background:#44CCFF none repeat scroll 0%;
color:#FFFFFF;
font-family:verdana,arial,sans-serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:98px;
line-height:22px;
padding:32px 8px 0pt 0pt;
position:relative;
text-align:right;
width:772px;
}
|
Delete the "background" line altogether since "h1 span" is taking care of that.
Change:
height:118px;
Quote:
h1 span {
background:transparent url(SitePath/testbanner.jpg) repeat scroll 0%;
height:130px;
left:0pt;
position:absolute;
top:0pt;
width:780px;
}
|
Change:
top: 15pt;
You can change the new values to suit your own taste.
Hopefully that will work for you this time.
