Help - Search - Members - Calendar
Full Version: Fixed Background Image in Table
ieXbeta Board > Tech > Developer Center
Dee
hi,
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
Sinbad
QUOTE (Dee @ May 6 2003, 00:40)
hi,
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

MM.. I did this a long time ago, lemme see if I can dig up the code...

Well, I was wrong, I didnt do it in a table, but for backgrounds this is the code I used...

CODE
<style type="text/css">
<!--
    body {background-image: url(images/winlogo.gif); background-repeat: no-repeat; background-position: center center;}
-->
</style>


Hope it helps...
Dee
QUOTE (Sinbad @ May 7 2003, 00:19)
MM.. I did this a long time ago, lemme see if I can dig up the code...

Well, I was wrong, I didnt do it in a table, but for backgrounds this is the code I used...

CODE
<style type="text/css">
<!--
    body {background-image: url(images/winlogo.gif); background-repeat: no-repeat; background-position: center center;}
-->
</style>


Hope it helps...

hmm i dont think its gonna help me coz this will be for whole body and i want only for table.

anyone knows how to do it ?

Dee sad.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.