Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »182« (20. Januar 2010, 21:44)

|
|
Quellcode |
1 2 3 4 5 |
#page {
position:relative;
width:803px;
margin: auto;
margin-top:0px;}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
#menu {
width:801px;
height:47px;
text-align:center;
vertical-text-align:baseline;
color: #676666;
font-family: verdana;
font-size: 7pt;
text-decoration: none;
letter-spacing: 3px;
word-spacing: 5px;
line-height:21px;
background: #000000 url(backgrou.jpg); background-repeat:no-repeat;
display: table-cell;
vertical-align: middle;
margin-top:0px;
border-left: 1px solid #484644;
border-right: 1px solid #484644;
}
|
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#sponsoren
{
position:absolute; top:355px; left:643px;
width:160px;
height:500px;
float:none;
vertical-align:top;
color:transparent;
line-height:50px;
font-family:verdana;
color:#bc4d00;
font-size:8pt;
font-weight:bold;
letter-spacing:1px;
overflow:auto;
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »emet« (4. April 2009, 22:10)