1. Resizing a Table Background Image
2. Can I preload a table background image
Hi
I'm using a large image (50KB) as a table background. With slower modems it
loads after the text and looks tatt.
If I apply a preload behaviour such as
onLoad="MM_preloadImages('images/Background.jpg')
in the body tag will this work and will it be cross browser compatible?.
Or is there a method by which I can preload the contents of the entire page so
they display as one?.
Any help much apreciated.
Mike
3. CS4 Table Background Images - Adobe Dreamweaver
4. fixed table background image?
Is there a way to create a fixed background image in a table or a table cell
through CSS? that is, the text would scroll but the image would stay in the
same place. Ive been able to do it with a Body background image but not with a
table Bg image.
this code doesnt seem to work. thanks for your help.
<style>
.tableBackground {
background-attachment: fixed;
background-image: url(images/global/contentBackground.jpg);
background-repeat: no-repeat;
}
-->
</style>
<table width="500" border="0" cellpadding="0" cellspacing="0"
class="tableBackground">
5. inserting table background image - Adobe Dreamweaver
6. Layout table background image?
I have a nest of layout tables(one inside another)...and was wondering if its possible to use an image for the background of the inner layout table? cheers in advance.
7. Need table background image to resize - Adobe Dreamweaver
8. No repeat of table background image?
Is it possible to have a table background image that doesnt repeat? Hmm i thought you could do this somehow? ??