Topic: [Help] editing style

Hey guys

http://www.tnplace.com/hosup

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~

2

Re: [Help] editing style

Youn can only use one background image on each element. You therefore need to use two nested elements with the left hand image being on the inner element and the right hand image being on the outer element.

Re: [Help] editing style

ohh icic

umm...i don't know how to do that though lol
can you please tell me how??

thank you