Hi Dears I have a problem with CSS I created a css as below TD.main{ background:background-image; background-image:url(images/con-main-bg.jpg); } Now I used it as but it is not working. Can somebody solve this problem.
Hi Dears I have a problem with CSS I created a css as below TD.main{ background:background-image; background-image:url(images/con-main-bg.jpg); } Now I used it as but it is not working. Can somebody solve this problem.
Remove the "background:background-image;" line. There is no property in the background composite that can have the value "background-image". --- b { font-weight: normal; }