1. Computing

Background Images on Tables

Examples

By , About.com Guide

Add an Image to a Table Background

column 1column 2column 3
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk

Return to Table Background Image FAQ.

Add an Image to a Table Background Without Tiling

column 1column 2column 3
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk

Return to Table Background Image FAQ.

Add an Image to a Table Background Tiled Horizontally

column 1column 2column 3
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk

Return to Table Background Image FAQ.

Add an Image to a Table Background Tiled Vertically

column 1column 2column 3
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk

Return to Table Background Image FAQ.

Background Colors Block Background Images on Tables

column 1column 2column 3
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk

Return to Table Background Image FAQ.

Fix a Background Image to the Bottom of a Table

I was asked: Is it possible in a table to have the background of it be fixed at the bottom? Let’s test and find out:

column 1column 2column 3
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk
abcdefghijk

Place the following CSS on the table and it will position an image (called image.gif) at the bottom center of the table without repeating it.

background-image: url(image.gif);
background-repeat: no-repeat;
background-position: bottom;

Return to Table Background Image FAQ.

Discuss in my forum

©2013 About.com. All rights reserved.