Anyone knows how to put FIXED Background image with NO Repeat in a table and which should be compatible to all the browsers (or atleast IE and Netscape)
i gave foll code in css file :
CODE
.table {background-image: url("../images/bg_image.gif");background-attachment: fixed;background-repeat: no-repeat;)
and gave class name in the table but it works only in IE doesnt work in any other browser.
so anyone knows how to do it ?
Dee