dumn question… ive edited the css a bit and changed the dimensions and added the file’s… i cant seem to get it setup to repeat across the top of the screen…please tell me what else i need to do?
im ok with the basic logo — which in my case is called ” nickle.png “… the nicklebg.png is the file that i want to repeat behind it across the top of your computer screen…
here is script from template.css file:
#ja-header {
padding: 0;
border-bottom: 1px solid #CCCCCC;
background: url(../images/nicklebg.png) repeat;
line-height: normal;
text-align: left;
position: relative;
height: 153px;
z-index: 2;
}
#ja-header h1 {
margin: 0;
padding: 0;
width: 960px;
text-indent: -2000%;
position: relative;
top: 0px;
left: 0px;
height: 153px;
background: url(../images/nickle.png) no-repeat;
}
#ja-header h1 a {
display: block;
width: 960px;
background: url(../images/nickle.png) no-repeat;
height: 153px;
outline: none;
}