Forgive my last post.. It was incomplete. Thanks to all who helped. I found the div and the body class that allowed me to change the background.
I appreciate all the help. JP On Jun 9, 3:12 pm, "Kevin A. Cameron" <[email protected]> wrote: > Simple answer is that there is no way to scale a BG image (without JS/Flash > or some other dynamic code) > > The other option is something like this: > > .bgimg {position: absolute; width: 100%; height: 100%;} > .content {position: absolute; top: 0;} > > <div class='container'> > <img src=".../#.jpg" class='bgimg' /> > <div class='content'> > site content here > </div> > </div> > > Kevin > > On Tue, Jun 8, 2010 at 9:32 PM, carlos victor <[email protected]>wrote: > > > Show us your code..is better to understand your problem. > > > Abraços > > > ---------------------------------------------------------------------- > > Carlos Victor Da Silva > > ---------------------------------------------------------------------- > > > 2010/6/9 Martin <[email protected]> > > > Try > > >> body{background:url(img.png);} > > >> Best regards, > >> Martin > > >> On 9 Jun 2010 02:47, "JP" <[email protected]> wrote: > > >> Hi all! I am new to CSS design and am working on building a new > >> site. I am running into a problem adding a "background" to the site. > >> I have a fixed width site, and am trying to change the background > >> behind the fixed-width element so that when the site is viewed on a > >> larger monitor, there isn't a huge blank space. > > >> Relevant Information: > > >> I am using Joomla 1.5 as the back-end > >> I will give the url to those who ask as well as any information > >> needed. > > >> Forgive the basic nature of this request, but I don't know of anyone > >> who can help me. > > >> Thanks in advance, > >> JP > > >> -- > >> -- > >> You received this because you are subscribed to the "Design the Web with > >> CSS" at Google groups. > >> To post: [email protected] > >> To unsubscribe: [email protected] > > >> -- > >> -- > >> You received this because you are subscribed to the "Design the Web with > >> CSS" at Google groups. > >> To post: [email protected] > >> To unsubscribe: [email protected] > > > -- > > -- > > You received this because you are subscribed to the "Design the Web with > > CSS" at Google groups. > > To post: [email protected] > > To unsubscribe: [email protected] -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
