hintergurndbild mit ccs

Status
Nicht offen für weitere Antworten.

Biermann

Grünschnabel
ich wollte auf der site im head hier genannt menu ein hintergundbild einfügen aber wie ich gebe euch mal meinen script



<style type="text/css">
body {
background-color: #DEDEDE;
font-family: Arial;
font-size: 12px;
color: #353535;
}

a:link, a:active, a:visited {
color: #222222;
text-decoration: none;
}

a:hover {
color: #353535;
text-decoration: none;
}

.Menu {
position: absolute;
top: 0px;
background-color: #CADFFD;
width: 800px;
height: 120px;
text-align: center;
}

.MenuText {
position: relative;
top: 10px;
}

.Main {
position: absolute;
top: 120px;
background-color: #9EAFCA;
width: 800px;
height: 500px;
}

.SubMenu {
position: absolute;
top: 00px;
background-color: #E2AF7E;
border: 1px solid #000000;
padding: 0px;
visibility: hidden;
height: 40px;
}

.SMenu1 { width: 60px; height: 40px;}
.SMenu2 { width: 70px; height: 40px;}
.SMenu3 { width: 70px; height: 40px;}
.SMenu4 { width: 60px; height: 40px;}
.SMenu5 { width: 75px; height: 40px;}
SMenu6 { width: 60px; height: 40px;}
SMenu7 { width: 60px; height: 40px;}
</style>
 
Status
Nicht offen für weitere Antworten.
Zurück