Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS bg image Re: CSS bg image

#92776
mufaddal
Member

thanks alot for that effort.. yes that was my question.. but still when i try ur method i dont get the results..

will u please give me css code for the 3 div containers.
for example

topbar {
background-image: image1.jpg;
background-repeat:repeat-x;
}
midbar {
background-image: image2.jpg;
background-repeat:repeat-x;
}
footer {
background-image: image3.jpg;
background-repeat:repeat-x;
}
but with this code i dont get my image run full width…
please help