Topic: [Help] editing style
Hey guys
is my site...for the header, i want to have a repeating background and make it like this
http://www.tnplace.com/hosup/upload/header_test.html
the style_cs.css file looks like this right now for the header
/****************************************************************/
#brdtitle {
background: #000 url(http://www.tnplace.com/hosup/upload/header_repeat.png) repeat-x top left;
display: block;
height: 247px;
width: 100%;
border-bottom: 0px solid #555;
}
#brdtitle {
background: #000 url(../../upload/header.png) no-repeat top left;
display: block;
height: 247px; width: 1000/* logo height in here add width: size px if u need*/
border-bottom: 0px solid #555;
}
/****************************************************************/
header_repeat.png is the repeating file, which is just a vertical line
and header.png is the file that should be on the left
Can you guys help me please~