FIXED tiled background in a table ????

liunx

Guest
Hi All,<br />
I am trying to make my tiled background in my table FIXED. Is this possible? if so, PLEASE I need some help.<br />
My table starts like this:-<br />
<br />
<TABLE BORDER="8" rules="none" BORDERCOLOR="cc0000"<br />
TABLE STYLE="background-image: url(/originalsmb/images/logo2.gif)"> <br />
<br />
but my page is blue, so when I add example:-<br />
<br />
BGPROPERTIES="fixed" the page blue covers the table as well.<br />
<br />
Please help, my page is:-<br />
<!-- m --><a class="postlink" href="http://members.aol.com/originalsmb">http://members.aol.com/originalsmb</a><!-- m --><!--content-->I don't think that is possible, at least not the way you are trying to do it. As far as I know, the style properties for backgrounds only works with the BODY. <br />
<br />
What you can do is make an image the size of your table and place the image you have in the center/middle (or wherever you want it) and then use the image as the background for the table or the table cell.<br />
<br />
Or maybe someone else will know something different.<br />
<br />
Regards,<br />
kevin<!--content-->Add "background-repeat". For example,<br />
<br />
STYLE="background-image: url(/originalsmb/images/logo2.gif); background-repeat: no-repeat"><!--content-->How can I set up a table with an image for the BG, that's fixed? (I want to put another table inside that one that will hold a couple of transparent images)<br />
<br />
Any help would be appreciated.....<!--content-->Try this<br />
<br />
<Table background="http://thebuzz.com/img/logo.jpg" width="350" height="250"><br />
<tr><br />
<td><br />
<br />
<table><br />
<tr><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"http://www.bigresources.com/brgfx/html_05.gif"></td><br />
</tr><br />
</table><br />
<br />
</td><br />
</tr><br />
</table><br />
<br />
Might help.<!--content-->Thanks, dude!<br />
I've got it working . . . .<!--content-->no problem.<!--content-->
 
Back
Top