Hallo ihr lieben...
brauche mal Eure Hilfe, da das Hintergrund Bild in meinem Body nicht angezeigt wird, pbwoh ich es in der CSS ganz oben angegeben hab :)
Desweiteren wollte ich mal wissen, ob es ein Dropdown Menü gibt, welches auch im IE keine Probleme macht und einen möglichst einfachen code hat...
Bin Anfänger und hab z.B. mit Javascript noch keine Erfahrung!
Hier die CSS:
*{
margin: 0;
padding: 0;
}
#body {
text-align: center;
background-color: #999999;
background-image: url(http://claudio2712.lima-city.de/grungebackground.jpg);
}
#container {
width: 70%;
margin: 30px auto;
text-align: left;
background-color: transparent;
border: 10px solid #CCCCCC;
line-height: 130%;
}
#top {
padding: .5em;
background: url(http://claudio2712.lima-city.de/headerhp2.JPG) center no-repeat;
border-bottom: 1px solid gray;
height: 120px;
}
#top h1 {
padding: 0;
margin: 0;
}
#left {
background-color: #000000;
float: left;
width: auto;
font-size: 1em;
margin: 0;
padding-top: 0;
color: #FFFFFF;
}
#left ul {
list-style: none;
}
#left li {
background-color: #FF0000;
float: left;
padding-left: 0;
width: 83px;
border-left: 10px solid;
border-left-color: #FFCC33;
border-right: 1px solid;
border-right-color: #000000;
border-bottom: 2px solid #FFFFFF;
}
#content {
background: transparent url(http://claudio2712.lima-city.de/backgroundmitte.jpg);
font-family: comic sans ms;
font-size: 0.9em;
color: #FFFFFF;
padding: 10px;
text-align: left;
}
#right {
background-color: transparent;
float: right;
width: 200px;
margin: 0;
padding-right: 100px;
padding-top: 100px;
color: #FFFFFF;
}
#foot {
background-color: #FFFFFF;
height:31px;
float:left;
}
#h1 {
color: #CC0000;
font-family: verdana;
}
brauche mal Eure Hilfe, da das Hintergrund Bild in meinem Body nicht angezeigt wird, pbwoh ich es in der CSS ganz oben angegeben hab :)
Desweiteren wollte ich mal wissen, ob es ein Dropdown Menü gibt, welches auch im IE keine Probleme macht und einen möglichst einfachen code hat...
Bin Anfänger und hab z.B. mit Javascript noch keine Erfahrung!
Hier die CSS:
*{
margin: 0;
padding: 0;
}
#body {
text-align: center;
background-color: #999999;
background-image: url(http://claudio2712.lima-city.de/grungebackground.jpg);
}
#container {
width: 70%;
margin: 30px auto;
text-align: left;
background-color: transparent;
border: 10px solid #CCCCCC;
line-height: 130%;
}
#top {
padding: .5em;
background: url(http://claudio2712.lima-city.de/headerhp2.JPG) center no-repeat;
border-bottom: 1px solid gray;
height: 120px;
}
#top h1 {
padding: 0;
margin: 0;
}
#left {
background-color: #000000;
float: left;
width: auto;
font-size: 1em;
margin: 0;
padding-top: 0;
color: #FFFFFF;
}
#left ul {
list-style: none;
}
#left li {
background-color: #FF0000;
float: left;
padding-left: 0;
width: 83px;
border-left: 10px solid;
border-left-color: #FFCC33;
border-right: 1px solid;
border-right-color: #000000;
border-bottom: 2px solid #FFFFFF;
}
#content {
background: transparent url(http://claudio2712.lima-city.de/backgroundmitte.jpg);
font-family: comic sans ms;
font-size: 0.9em;
color: #FFFFFF;
padding: 10px;
text-align: left;
}
#right {
background-color: transparent;
float: right;
width: 200px;
margin: 0;
padding-right: 100px;
padding-top: 100px;
color: #FFFFFF;
}
#foot {
background-color: #FFFFFF;
height:31px;
float:left;
}
#h1 {
color: #CC0000;
font-family: verdana;
}