Home › Forums › CSS › CSS bg image › Re: CSS bg image
December 14, 2011 at 11:11 pm
#92776
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