my site is local on my laptop… this is what i’d like to do… i want to create a repeating background… ive already gone in an edited this script in the css — line 25: to give me a repeating header at the top from the left to right; so, it take’s up the full screen… a good example of what i am talking about can be found here — this is another website i am working on — outside of joomla ( http://ungleague.com/ungl.php ) – couldnt get my partners to use joomla…
body#bd {
background: url(../images/hbg.jpg) repeat-x top left; color:#333333; text-align:center;
background-color:#00106d;
}
and then i have edited the css- line: 762 …. so the content of the page has a white bg….
#ja-wrapper {
background-color:#FFFFFF;
margin: 0 auto;
padding: 0;
width: 750px;
text-align: left;
background-color:#FFFFFF;
}
ive got the color scheme down…. same as the ungl site…. what i am trying to do a little different–instead of the blue background is utilize a graphic ( maybe 300 x 225 blue bg with a logo placed and one placed with a transparency ) hand in hand with the header bg…. i hope i am making sense…
thanks
trey