sear: 2 x background

Beitrag lesen

wuup.....vielleicht noch etwas quellcode zur info:

css-file
--------------

body{
margin: 0;
}

/* structure */

#table{
width: 100%;
height: 100%;
}

#head{
height: 140px;
padding:2px;
font-family: Georgia, Times New Roman, Times, serif;
color: #309446;
font-size:130px;
line-height: 95px;
word-spacing:-50px;
background-color: #008000;
}

.foot_left{
width: 200px;
background: url(../images/main/cd_left.gif);
background-position: right;
background-repeat: no-repeat;
}

.foot_right{
background: url(../images/main/cd_right.gif);
background-position: left;
background-repeat: no-repeat;
}

table ist dabei die ganze tabelle, head die zelle in der oberen zeile, foot_left dann die linke zelle unten und right die gegenüber.

danke!
sear