When i change background, instantly i am getting grid network on top of it.
Tried to change both in files and css, same result.
i am getting grid network on top of it.
body { background: #Color url("...................."); }
#gkBg {
background-image: url("..........................");
background-repeat: no-repeat;
}
#gkBg {
background-image: url("../images/style2/bg_main.png");
background-repeat: repeat;
}